Struct repr::strconv::ListElementWriter [−][src]
pub struct ListElementWriter<'a, F>(&'a mut F);Expand description
A helper for format_list that formats a single list element.
Tuple Fields
0: &'a mut FImplementations
Marks this list 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 ListElementWriter<'a, F> where
F: RefUnwindSafe,
impl<'a, F> Send for ListElementWriter<'a, F> where
F: Send,
impl<'a, F> Sync for ListElementWriter<'a, F> where
F: Sync,
impl<'a, F> Unpin for ListElementWriter<'a, F>
impl<'a, F> !UnwindSafe for ListElementWriter<'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