pub struct HotPath { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for HotPath
impl RefUnwindSafe for HotPath
impl Send for HotPath
impl Sync for HotPath
impl Unpin for HotPath
impl UnwindSafe for HotPath
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