pub struct TyTuple {
pub types: Vec<TyKind>,
}
Expand description
A tuple of Types
Fields§
§types: Vec<TyKind>
Trait Implementations§
source§impl PartialEq for TyTuple
impl PartialEq for TyTuple
impl Eq for TyTuple
impl StructuralPartialEq for TyTuple
Auto Trait Implementations§
impl Freeze for TyTuple
impl RefUnwindSafe for TyTuple
impl Send for TyTuple
impl Sync for TyTuple
impl Unpin for TyTuple
impl UnwindSafe for TyTuple
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