Struct standing_relations::core::AntiJoin
source · [−]Trait Implementations
Auto Trait Implementations
impl<K, V, C1, C2> RefUnwindSafe for AntiJoin<K, V, C1, C2> where
C1: RefUnwindSafe,
C2: RefUnwindSafe,
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V, C1, C2> Send for AntiJoin<K, V, C1, C2> where
C1: Send,
C2: Send,
K: Send,
V: Send,
impl<K, V, C1, C2> Sync for AntiJoin<K, V, C1, C2> where
C1: Sync,
C2: Sync,
K: Sync,
V: Sync,
impl<K, V, C1, C2> Unpin for AntiJoin<K, V, C1, C2> where
C1: Unpin,
C2: Unpin,
K: Unpin,
V: Unpin,
impl<K, V, C1, C2> UnwindSafe for AntiJoin<K, V, C1, C2> where
C1: UnwindSafe,
C2: UnwindSafe,
K: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more