Struct tracing_subscriber::fmt::format::Full
source · pub struct Full;
Expand description
Marker for Format
that indicates that the verbose log format should be used.
The full format includes fields from all entered spans.
Trait Implementations§
impl Copy for Full
impl Eq for Full
impl StructuralEq for Full
impl StructuralPartialEq for Full
Auto Trait Implementations§
impl RefUnwindSafe for Full
impl Send for Full
impl Sync for Full
impl Unpin for Full
impl UnwindSafe for Full
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.