pub struct ScopeClock { /* private fields */ }
Implementations§
Source§impl ScopeClock
impl ScopeClock
pub fn new(scope: &'static str) -> ScopeClock
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopeClock
impl RefUnwindSafe for ScopeClock
impl Send for ScopeClock
impl Sync for ScopeClock
impl Unpin for ScopeClock
impl UnwindSafe for ScopeClock
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