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