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§
source§impl<'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§
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