pub(crate) struct TupleStructSerialize<E> {
is_human_readable: bool,
name: &'static str,
fields: Vec<Content>,
error: PhantomData<E>,
}Fields§
§is_human_readable: bool§name: &'static str§fields: Vec<Content>§error: PhantomData<E>Trait Implementations§
Source§impl<E> SerializeTupleStruct for TupleStructSerialize<E>where
E: SerError,
impl<E> SerializeTupleStruct for TupleStructSerialize<E>where
E: SerError,
Auto Trait Implementations§
impl<E> Freeze for TupleStructSerialize<E>
impl<E> RefUnwindSafe for TupleStructSerialize<E>where
E: RefUnwindSafe,
impl<E> Send for TupleStructSerialize<E>where
E: Send,
impl<E> Sync for TupleStructSerialize<E>where
E: Sync,
impl<E> Unpin for TupleStructSerialize<E>where
E: Unpin,
impl<E> UnsafeUnpin for TupleStructSerialize<E>
impl<E> UnwindSafe for TupleStructSerialize<E>where
E: UnwindSafe,
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