Struct repr::strconv::RecordElementWriter [−][src]
pub struct RecordElementWriter<'a, F>(&'a mut F);Expand description
A helper for format_record that formats a single record element.
Tuple Fields
0: &'a mut FImplementations
Marks this record element as null.
Returns a FormatBuffer into which a non-null element can be
written.
Trait Implementations
Auto Trait Implementations
impl<'a, F> RefUnwindSafe for RecordElementWriter<'a, F> where
F: RefUnwindSafe,
impl<'a, F> Send for RecordElementWriter<'a, F> where
F: Send,
impl<'a, F> Sync for RecordElementWriter<'a, F> where
F: Sync,
impl<'a, F> Unpin for RecordElementWriter<'a, F>
impl<'a, F> !UnwindSafe for RecordElementWriter<'a, F>
Blanket Implementations
Mutably borrows from an owned value. 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