pub struct SetHandle<T: Ord, O: OwnerMut<Set<T>>> { /* private fields */ }Expand description
A RAII handle to data in a Set.
Trait Implementations§
Auto Trait Implementations§
impl<T, O> Freeze for SetHandle<T, O>
impl<T, O> RefUnwindSafe for SetHandle<T, O>where
T: RefUnwindSafe,
O: RefUnwindSafe,
impl<T, O> Send for SetHandle<T, O>
impl<T, O> Sync for SetHandle<T, O>
impl<T, O> Unpin for SetHandle<T, O>
impl<T, O> UnsafeUnpin for SetHandle<T, O>where
T: UnsafeUnpin,
O: UnsafeUnpin,
impl<T, O> UnwindSafe for SetHandle<T, O>where
T: UnwindSafe,
O: 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