Struct serde_intermediate::ser::intermediate::StructSerializer
source · pub struct StructSerializer { /* private fields */ }
Trait Implementations§
source§impl SerializeStruct for StructSerializer
impl SerializeStruct for StructSerializer
Auto Trait Implementations§
impl RefUnwindSafe for StructSerializer
impl Send for StructSerializer
impl Sync for StructSerializer
impl Unpin for StructSerializer
impl UnwindSafe for StructSerializer
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