pub struct TupleType(pub Vec<Type>);
Tuple Fields§
§0: Vec<Type>
Implementations§
Trait Implementations§
impl Eq for TupleType
impl StructuralPartialEq for TupleType
Auto Trait Implementations§
impl Freeze for TupleType
impl !RefUnwindSafe for TupleType
impl !Send for TupleType
impl !Sync for TupleType
impl Unpin for TupleType
impl !UnwindSafe for TupleType
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