Struct wasmer_wit_parser::Tuple
source · [−]Fields
types: Vec<Type>
Trait Implementations
sourceimpl PartialEq<Tuple> for Tuple
impl PartialEq<Tuple> for Tuple
impl StructuralPartialEq for Tuple
Auto Trait Implementations
impl RefUnwindSafe for Tuple
impl Send for Tuple
impl Sync for Tuple
impl Unpin for Tuple
impl UnwindSafe for Tuple
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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