pub struct StructSerializer<'a, W>where
W: Write,{ /* private fields */ }
Trait Implementations§
Source§impl<W> SerializeStruct for StructSerializer<'_, W>where
W: Write,
impl<W> SerializeStruct for StructSerializer<'_, W>where
W: Write,
Auto Trait Implementations§
impl<'a, W> Freeze for StructSerializer<'a, W>
impl<'a, W> RefUnwindSafe for StructSerializer<'a, W>where
W: RefUnwindSafe,
impl<'a, W> Send for StructSerializer<'a, W>where
W: Send,
impl<'a, W> Sync for StructSerializer<'a, W>where
W: Sync,
impl<'a, W> Unpin for StructSerializer<'a, W>
impl<'a, W> !UnwindSafe for StructSerializer<'a, W>
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