pub struct TupleDetail { /* private fields */ }
Expand description
A TupleDetail represents an ordered list of variables Tuples are used as components of signatures and to represent the type of multiple assignments; they are not first class types of Go.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TupleDetail
impl RefUnwindSafe for TupleDetail
impl Send for TupleDetail
impl Sync for TupleDetail
impl Unpin for TupleDetail
impl UnwindSafe for TupleDetail
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