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