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