Struct log_instrument::__Instrument
source · pub struct __Instrument<'a>(_);Implementations§
source§impl<'a> __Instrument<'a>
impl<'a> __Instrument<'a>
pub fn new(s: &'a str) -> __Instrument<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for __Instrument<'a>
impl<'a> Send for __Instrument<'a>
impl<'a> Sync for __Instrument<'a>
impl<'a> Unpin for __Instrument<'a>
impl<'a> UnwindSafe for __Instrument<'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