pub struct ClaimGuard<Key: Ord> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Key> Freeze for ClaimGuard<Key>where
Key: Freeze,
impl<Key> RefUnwindSafe for ClaimGuard<Key>where
Key: RefUnwindSafe,
impl<Key> Send for ClaimGuard<Key>where
Key: Send,
impl<Key> Sync for ClaimGuard<Key>
impl<Key> Unpin for ClaimGuard<Key>where
Key: Unpin,
impl<Key> UnsafeUnpin for ClaimGuard<Key>where
Key: UnsafeUnpin,
impl<Key> UnwindSafe for ClaimGuard<Key>where
Key: UnwindSafe,
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