Struct serde_intermediate::ser::intermediate::TupleVariantSerializer   
source · [−]pub struct TupleVariantSerializer { /* private fields */ }Trait Implementations
sourceimpl SerializeTupleVariant for TupleVariantSerializer
 
impl SerializeTupleVariant for TupleVariantSerializer
type Ok = Intermediate
type Ok = Intermediate
Must match the Ok type of our Serializer.
Auto Trait Implementations
impl RefUnwindSafe for TupleVariantSerializer
impl Send for TupleVariantSerializer
impl Sync for TupleVariantSerializer
impl Unpin for TupleVariantSerializer
impl UnwindSafe for TupleVariantSerializer
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