pub struct SizeDetail(/* private fields */);Expand description
Size detail for serialization
Auto Trait Implementations§
impl Freeze for SizeDetail
impl RefUnwindSafe for SizeDetail
impl Send for SizeDetail
impl Sync for SizeDetail
impl Unpin for SizeDetail
impl UnsafeUnpin for SizeDetail
impl UnwindSafe for SizeDetail
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