Struct standing_relations::core::Join
source · [−]Trait Implementations
Auto Trait Implementations
impl<K, V1, V2, C1, C2> RefUnwindSafe for Join<K, V1, V2, C1, C2> where
C1: RefUnwindSafe,
C2: RefUnwindSafe,
K: RefUnwindSafe,
V1: RefUnwindSafe,
V2: RefUnwindSafe,
impl<K, V1, V2, C1, C2> Send for Join<K, V1, V2, C1, C2> where
C1: Send,
C2: Send,
K: Send,
V1: Send,
V2: Send,
impl<K, V1, V2, C1, C2> Sync for Join<K, V1, V2, C1, C2> where
C1: Sync,
C2: Sync,
K: Sync,
V1: Sync,
V2: Sync,
impl<K, V1, V2, C1, C2> Unpin for Join<K, V1, V2, C1, C2> where
C1: Unpin,
C2: Unpin,
K: Unpin,
V1: Unpin,
V2: Unpin,
impl<K, V1, V2, C1, C2> UnwindSafe for Join<K, V1, V2, C1, C2> where
C1: UnwindSafe,
C2: UnwindSafe,
K: UnwindSafe,
V1: UnwindSafe,
V2: 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