Struct prima_tracing::ContextInfo
source · pub struct ContextInfo<'a> { /* private fields */ }Expand description
Information about the current app context like name or environment
Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ContextInfo<'a>
impl<'a> Send for ContextInfo<'a>
impl<'a> Sync for ContextInfo<'a>
impl<'a> Unpin for ContextInfo<'a>
impl<'a> UnwindSafe for ContextInfo<'a>
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