pub enum InProcSize {
Const(usize),
Dynamic,
}Expand description
Helps speed up the serialization of types which size is known at compile time.
Variants§
Auto Trait Implementations§
impl Freeze for InProcSize
impl RefUnwindSafe for InProcSize
impl Send for InProcSize
impl Sync for InProcSize
impl Unpin for InProcSize
impl UnwindSafe for InProcSize
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more