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