pub struct __Instrument;
Implementations§
Source§impl __Instrument
impl __Instrument
pub fn new(s: &'static str) -> __Instrument
Trait Implementations§
Auto Trait Implementations§
impl Freeze for __Instrument
impl RefUnwindSafe for __Instrument
impl Send for __Instrument
impl Sync for __Instrument
impl Unpin for __Instrument
impl UnwindSafe for __Instrument
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