Struct wast::component::ComponentValTypeUse
source · [−]pub struct ComponentValTypeUse<'a>(pub ComponentValType<'a>);
Expand description
A value type declaration used for values in import signatures.
Tuple Fields
0: ComponentValType<'a>
Trait Implementations
sourceimpl<'a> Debug for ComponentValTypeUse<'a>
impl<'a> Debug for ComponentValTypeUse<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ComponentValTypeUse<'a>
impl<'a> Send for ComponentValTypeUse<'a>
impl<'a> Sync for ComponentValTypeUse<'a>
impl<'a> Unpin for ComponentValTypeUse<'a>
impl<'a> UnwindSafe for ComponentValTypeUse<'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