pub struct AndJoiner<J1, J2> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<J1, J2> Freeze for AndJoiner<J1, J2>
impl<J1, J2> RefUnwindSafe for AndJoiner<J1, J2>where
J1: RefUnwindSafe,
J2: RefUnwindSafe,
impl<J1, J2> Send for AndJoiner<J1, J2>
impl<J1, J2> Sync for AndJoiner<J1, J2>
impl<J1, J2> Unpin for AndJoiner<J1, J2>
impl<J1, J2> UnsafeUnpin for AndJoiner<J1, J2>where
J1: UnsafeUnpin,
J2: UnsafeUnpin,
impl<J1, J2> UnwindSafe for AndJoiner<J1, J2>where
J1: UnwindSafe,
J2: 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