Struct matr::set::SetDifference
source · pub struct SetDifference<K: EqualityComparableKind, S1: Expr<Set<K>>, S2: Expr<Set<K>>> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<K, S1, S2> RefUnwindSafe for SetDifference<K, S1, S2>where K: RefUnwindSafe, S1: RefUnwindSafe, S2: RefUnwindSafe,
impl<K, S1, S2> Send for SetDifference<K, S1, S2>where K: Send, S1: Send, S2: Send,
impl<K, S1, S2> Sync for SetDifference<K, S1, S2>where K: Sync, S1: Sync, S2: Sync,
impl<K, S1, S2> Unpin for SetDifference<K, S1, S2>where K: Unpin, S1: Unpin, S2: Unpin,
impl<K, S1, S2> UnwindSafe for SetDifference<K, S1, S2>where K: UnwindSafe, S1: UnwindSafe, S2: 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