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