Struct bincode::ser::SizeCompound
source · pub(crate) struct SizeCompound<'a, S: Options + 'a> {
ser: &'a mut SizeChecker<S>,
}
Fields§
§ser: &'a mut SizeChecker<S>
Trait Implementations§
source§impl<'a, O: Options + 'a> SerializeMap for SizeCompound<'a, O>
impl<'a, O: Options + 'a> SerializeMap for SizeCompound<'a, O>
source§impl<'a, O: Options> SerializeSeq for SizeCompound<'a, O>
impl<'a, O: Options> SerializeSeq for SizeCompound<'a, O>
source§impl<'a, O: Options> SerializeStruct for SizeCompound<'a, O>
impl<'a, O: Options> SerializeStruct for SizeCompound<'a, O>
source§impl<'a, O: Options> SerializeStructVariant for SizeCompound<'a, O>
impl<'a, O: Options> SerializeStructVariant for SizeCompound<'a, O>
source§impl<'a, O: Options> SerializeTuple for SizeCompound<'a, O>
impl<'a, O: Options> SerializeTuple for SizeCompound<'a, O>
source§impl<'a, O: Options> SerializeTupleStruct for SizeCompound<'a, O>
impl<'a, O: Options> SerializeTupleStruct for SizeCompound<'a, O>
source§impl<'a, O: Options> SerializeTupleVariant for SizeCompound<'a, O>
impl<'a, O: Options> SerializeTupleVariant for SizeCompound<'a, O>
Auto Trait Implementations§
impl<'a, S> Freeze for SizeCompound<'a, S>
impl<'a, S> RefUnwindSafe for SizeCompound<'a, S>where
S: RefUnwindSafe,
impl<'a, S> Send for SizeCompound<'a, S>where
S: Send,
impl<'a, S> Sync for SizeCompound<'a, S>where
S: Sync,
impl<'a, S> Unpin for SizeCompound<'a, S>
impl<'a, S> !UnwindSafe for SizeCompound<'a, S>
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