Struct syndicate::preserves::ser::SerializeCompound [−][src]
pub struct SerializeCompound<'a, 'w, W> where
W: Writer, { /* fields omitted */ }Trait Implementations
Serialize a sequence element.
Finish serializing a sequence.
Serialize a struct field.
Finish serializing a struct.
Serialize a struct variant field.
pub fn end(
self
) -> Result<<SerializeCompound<'a, 'w, W> as SerializeStructVariant>::Ok, Error>
pub fn end(
self
) -> Result<<SerializeCompound<'a, 'w, W> as SerializeStructVariant>::Ok, Error>
Finish serializing a struct variant.
Serialize a tuple element.
Finish serializing a tuple.
Serialize a tuple struct field.
Finish serializing a tuple struct.
Serialize a tuple variant field.
pub fn end(
self
) -> Result<<SerializeCompound<'a, 'w, W> as SerializeTupleVariant>::Ok, Error>
pub fn end(
self
) -> Result<<SerializeCompound<'a, 'w, W> as SerializeTupleVariant>::Ok, Error>
Finish serializing a tuple variant.
Auto Trait Implementations
impl<'a, 'w, W> RefUnwindSafe for SerializeCompound<'a, 'w, W> where
W: RefUnwindSafe,
<W as Writer>::RecWriter: RefUnwindSafe,
<W as Writer>::SeqWriter: RefUnwindSafe,
impl<'a, 'w, W> Send for SerializeCompound<'a, 'w, W> where
W: Send,
<W as Writer>::RecWriter: Send,
<W as Writer>::SeqWriter: Send,
impl<'a, 'w, W> Sync for SerializeCompound<'a, 'w, W> where
W: Sync,
<W as Writer>::RecWriter: Sync,
<W as Writer>::SeqWriter: Sync,
impl<'a, 'w, W> Unpin for SerializeCompound<'a, 'w, W> where
<W as Writer>::RecWriter: Unpin,
<W as Writer>::SeqWriter: Unpin,
'w: 'a,
impl<'a, 'w, W> !UnwindSafe for SerializeCompound<'a, 'w, W>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
