pub struct TupleStruct<'a> { /* private fields */ }
Expand description
A tuple with a well-defined type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TupleStruct<'a>
impl<'a> !RefUnwindSafe for TupleStruct<'a>
impl<'a> !Send for TupleStruct<'a>
impl<'a> !Sync for TupleStruct<'a>
impl<'a> Unpin for TupleStruct<'a>
impl<'a> !UnwindSafe for TupleStruct<'a>
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