Struct FieldFn
pub struct FieldFn<F>(/* private fields */);Expand description
A FormatFields implementation that formats fields by calling a function
or closure.
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for FieldFn<F>where
F: Freeze,
impl<F> RefUnwindSafe for FieldFn<F>where
F: RefUnwindSafe,
impl<F> Send for FieldFn<F>where
F: Send,
impl<F> Sync for FieldFn<F>where
F: Sync,
impl<F> Unpin for FieldFn<F>where
F: Unpin,
impl<F> UnwindSafe for FieldFn<F>where
F: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T, M> MakeExt<T> for Mwhere
M: MakeVisitor<T> + Sealed<MakeExtMarker<T>>,
impl<T, M> MakeExt<T> for Mwhere
M: MakeVisitor<T> + Sealed<MakeExtMarker<T>>,
§fn debug_alt(self) -> Alt<Self>
fn debug_alt(self) -> Alt<Self>
Wraps
self so that any fmt::Debug fields are recorded using the
alternate formatter ({:#?}).§fn display_messages(self) -> Messages<Self>
fn display_messages(self) -> Messages<Self>
Wraps
self so that any string fields named “message” are recorded
using fmt::Display.