pub struct StructSerializer<'a, O> { /* private fields */ }
Expand description
Struct serializer that keeps track of the field index.
Trait Implementations§
source§impl<'a, O: Debug> Debug for StructSerializer<'a, O>
impl<'a, O: Debug> Debug for StructSerializer<'a, O>
source§impl<'a, O> SerializeStruct for StructSerializer<'a, O>where
O: Output,
impl<'a, O> SerializeStruct for StructSerializer<'a, O>where
O: Output,
source§impl<'a, O> SerializeStructVariant for StructSerializer<'a, O>where
O: Output,
impl<'a, O> SerializeStructVariant for StructSerializer<'a, O>where
O: Output,
Auto Trait Implementations§
impl<'a, O> Freeze for StructSerializer<'a, O>
impl<'a, O> RefUnwindSafe for StructSerializer<'a, O>where
O: RefUnwindSafe,
impl<'a, O> Send for StructSerializer<'a, O>where
O: Send,
impl<'a, O> Sync for StructSerializer<'a, O>where
O: Sync,
impl<'a, O> Unpin for StructSerializer<'a, O>
impl<'a, O> !UnwindSafe for StructSerializer<'a, O>
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