Struct spdlog::formatter::PatternFormatter
source · pub struct PatternFormatter<P> { /* private fields */ }
Expand description
A formatter that formats log records according to a specified pattern.
Implementations
Trait Implementations
sourceimpl<P: Clone> Clone for PatternFormatter<P>
impl<P: Clone> Clone for PatternFormatter<P>
sourcefn clone(&self) -> PatternFormatter<P>
fn clone(&self) -> PatternFormatter<P>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl<P> RefUnwindSafe for PatternFormatter<P>where
P: RefUnwindSafe,
impl<P> Send for PatternFormatter<P>where
P: Send,
impl<P> Sync for PatternFormatter<P>where
P: Sync,
impl<P> Unpin for PatternFormatter<P>where
P: Unpin,
impl<P> UnwindSafe for PatternFormatter<P>where
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more