pub struct StructSerializer<Writer: Write> { /* private fields */ }
Expand description
Internal serializer for structs
Trait Implementations§
Source§impl<W: Write> SerializeStruct for StructSerializer<W>
impl<W: Write> SerializeStruct for StructSerializer<W>
Auto Trait Implementations§
impl<Writer> Freeze for StructSerializer<Writer>where
Writer: Freeze,
impl<Writer> RefUnwindSafe for StructSerializer<Writer>where
Writer: RefUnwindSafe,
impl<Writer> Send for StructSerializer<Writer>where
Writer: Send,
impl<Writer> Sync for StructSerializer<Writer>where
Writer: Sync,
impl<Writer> Unpin for StructSerializer<Writer>where
Writer: Unpin,
impl<Writer> UnwindSafe for StructSerializer<Writer>where
Writer: UnwindSafe,
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