pub enum Metatag {
Target,
}
Expand description
Tag derived from metadata.
Unlike tags, metatags are not represented as strings and instead must be resolved from event metadata. This means that they may resolve to different text for different events.
Variants§
Target
The location of a span or event.
The target is typically a module path, but this can be configured by a particular span or event when it is constructed.
Trait Implementations§
impl Copy for Metatag
impl Eq for Metatag
impl StructuralPartialEq for Metatag
Auto Trait Implementations§
impl Freeze for Metatag
impl RefUnwindSafe for Metatag
impl Send for Metatag
impl Sync for Metatag
impl Unpin for Metatag
impl UnwindSafe for Metatag
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)