pub struct ByTarget;Expand description
Group spans/events by their configured target.
This is usually the module path where the span or event was created.
See Metadata::target in tracing for details.
Trait Implementations§
Source§impl EventGroup for ByTarget
impl EventGroup for ByTarget
impl Copy for ByTarget
impl Eq for ByTarget
impl StructuralPartialEq for ByTarget
Auto Trait Implementations§
impl Freeze for ByTarget
impl RefUnwindSafe for ByTarget
impl Send for ByTarget
impl Sync for ByTarget
impl Unpin for ByTarget
impl UnwindSafe for ByTarget
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.