pub struct TupleType<'ast> {
pub types_: Vec<Type<'ast>>,
pub span: Span<'ast>,
}
Fields§
§types_: Vec<Type<'ast>>
§span: Span<'ast>
Trait Implementations§
impl<'ast> Eq for TupleType<'ast>
impl<'ast> StructuralPartialEq for TupleType<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for TupleType<'ast>
impl<'ast> RefUnwindSafe for TupleType<'ast>
impl<'ast> Send for TupleType<'ast>
impl<'ast> Sync for TupleType<'ast>
impl<'ast> Unpin for TupleType<'ast>
impl<'ast> UnwindSafe for TupleType<'ast>
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