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