Struct tracing::dispatch::SetGlobalDefaultError
source · pub struct SetGlobalDefaultError { /* private fields */ }
Expand description
Returned if setting the global dispatcher fails.
Trait Implementations§
source§impl Debug for SetGlobalDefaultError
impl Debug for SetGlobalDefaultError
Auto Trait Implementations§
impl Freeze for SetGlobalDefaultError
impl RefUnwindSafe for SetGlobalDefaultError
impl Send for SetGlobalDefaultError
impl Sync for SetGlobalDefaultError
impl Unpin for SetGlobalDefaultError
impl UnwindSafe for SetGlobalDefaultError
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