pub struct HotpathGuard;Trait Implementations§
Auto Trait Implementations§
impl Freeze for HotpathGuard
impl RefUnwindSafe for HotpathGuard
impl Send for HotpathGuard
impl Sync for HotpathGuard
impl Unpin for HotpathGuard
impl UnsafeUnpin for HotpathGuard
impl UnwindSafe for HotpathGuard
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