pub struct Tuple<'a> {
pub fields: Vec<ComponentValType<'a>>,
}
Expand description
A tuple type.
Fields
fields: Vec<ComponentValType<'a>>
The types of the fields of the tuple.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Tuple<'a>
impl<'a> Send for Tuple<'a>
impl<'a> Sync for Tuple<'a>
impl<'a> Unpin for Tuple<'a>
impl<'a> UnwindSafe for Tuple<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more