pub struct LentResourceGuard<'a> { /* private fields */ }
Implementations§
Source§impl<'a> LentResourceGuard<'a>
impl<'a> LentResourceGuard<'a>
pub fn revoke_nonblocking(&mut self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LentResourceGuard<'a>
impl<'a> !RefUnwindSafe for LentResourceGuard<'a>
impl<'a> Send for LentResourceGuard<'a>
impl<'a> Sync for LentResourceGuard<'a>
impl<'a> Unpin for LentResourceGuard<'a>
impl<'a> !UnwindSafe for LentResourceGuard<'a>
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