pub struct Seq2<A, B>(pub A, pub B);
Tuple Fields§
§0: A
§1: B
Trait Implementations§
Auto Trait Implementations§
impl<A, B> Freeze for Seq2<A, B>
impl<A, B> RefUnwindSafe for Seq2<A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for Seq2<A, B>
impl<A, B> Sync for Seq2<A, B>
impl<A, B> Unpin for Seq2<A, B>
impl<A, B> UnwindSafe for Seq2<A, B>where
A: UnwindSafe,
B: 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