pub struct stub_instrument_status {}
Implementations§
Source§impl stub_instrument_status
impl stub_instrument_status
pub fn get() -> InstrumentStatus
pub fn default() -> InstrumentStatus
Auto Trait Implementations§
impl Freeze for stub_instrument_status
impl RefUnwindSafe for stub_instrument_status
impl Send for stub_instrument_status
impl Sync for stub_instrument_status
impl Unpin for stub_instrument_status
impl UnwindSafe for stub_instrument_status
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