pub struct ComponentValTypeUse<'a>(pub ComponentValType<'a>);Available on crate feature
component-model only.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> Freeze for ComponentValTypeUse<'a>
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