Struct tracing_subscriber::fmt::format::DefaultFields [−][src]
The default FormatFields
implementation.
Implementations
impl DefaultFields
[src]
pub fn new() -> Self
[src]
Returns a new default FormatFields
implementation.
Trait Implementations
impl Debug for DefaultFields
[src]
impl Default for DefaultFields
[src]
impl<'a> MakeVisitor<&'a mut (dyn Write + 'a)> for DefaultFields
[src]
type Visitor = DefaultVisitor<'a>
The visitor type produced by this MakeVisitor
.
fn make_visitor(&self, target: &'a mut dyn Write) -> Self::Visitor
[src]
Auto Trait Implementations
impl RefUnwindSafe for DefaultFields
impl Send for DefaultFields
impl Sync for DefaultFields
impl Unpin for DefaultFields
impl UnwindSafe for DefaultFields
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, M> MakeExt<T> for M where
M: MakeVisitor<T> + Sealed<MakeExtMarker<T>>,
[src]
M: MakeVisitor<T> + Sealed<MakeExtMarker<T>>,
fn debug_alt(self) -> Alt<Self>
[src]
fn display_messages(self) -> Messages<Self>
[src]
fn delimited<D>(self, delimiter: D) -> Delimited<D, Self> where
D: AsRef<str> + Clone,
Self::Visitor: VisitFmt,
[src]
D: AsRef<str> + Clone,
Self::Visitor: VisitFmt,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,