pub struct Tuple<Args>(pub Args);Expand description
A tuple type. This struct’s tuple value must be a sequence.
Tuple Fields§
§0: ArgsTrait Implementations§
Auto Trait Implementations§
impl<Args> Freeze for Tuple<Args>where
Args: Freeze,
impl<Args> RefUnwindSafe for Tuple<Args>where
Args: RefUnwindSafe,
impl<Args> Send for Tuple<Args>where
Args: Send,
impl<Args> Sync for Tuple<Args>where
Args: Sync,
impl<Args> Unpin for Tuple<Args>where
Args: Unpin,
impl<Args> UnwindSafe for Tuple<Args>where
Args: 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