pub struct StructVariantSerializer { /* private fields */ }Trait Implementations
sourceimpl SerializeStructVariant for StructVariantSerializer
 
impl SerializeStructVariant for StructVariantSerializer
type Ok = Intermediate
type Ok = Intermediate
Must match the Ok type of our Serializer.
sourcefn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<()> where
    T: ?Sized + Serialize, 
 
fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<()> where
    T: ?Sized + Serialize, 
Serialize a struct variant field.
sourcefn end(self) -> Result<Intermediate>
 
fn end(self) -> Result<Intermediate>
Finish serializing a struct variant.
Auto Trait Implementations
impl RefUnwindSafe for StructVariantSerializer
impl Send for StructVariantSerializer
impl Sync for StructVariantSerializer
impl Unpin for StructVariantSerializer
impl UnwindSafe for StructVariantSerializer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more