pub struct Concat<C1: Op_, C2: Op_<T = C1::T>>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<C1, C2> Freeze for Concat<C1, C2>
impl<C1, C2> RefUnwindSafe for Concat<C1, C2>where
C1: RefUnwindSafe,
C2: RefUnwindSafe,
impl<C1, C2> Send for Concat<C1, C2>
impl<C1, C2> Sync for Concat<C1, C2>
impl<C1, C2> Unpin for Concat<C1, C2>
impl<C1, C2> UnwindSafe for Concat<C1, C2>where
C1: UnwindSafe,
C2: 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