pub struct Disjoint<K> { /* private fields */ }
Expand description
A set of disjoint sets of instances of K
.
Implementations§
source§impl<K: Eq + Clone + Hash> Disjoint<K>
impl<K: Eq + Clone + Hash> Disjoint<K>
Auto Trait Implementations§
impl<K> RefUnwindSafe for Disjoint<K>where K: RefUnwindSafe,
impl<K> Send for Disjoint<K>where K: Send,
impl<K> Sync for Disjoint<K>where K: Sync,
impl<K> Unpin for Disjoint<K>where K: Unpin,
impl<K> UnwindSafe for Disjoint<K>where K: 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