Struct tracing_core::callsite::Identifier [−][src]
pub struct Identifier(_);
Expand description
Uniquely identifies a Callsite
Two Identifier
s are equal if they both refer to the same callsite.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Identifier
impl Send for Identifier
impl Sync for Identifier
impl Unpin for Identifier
impl !UnwindSafe for Identifier
Blanket Implementations
Mutably borrows from an owned value. Read more