pub struct InlineComponentValType<'a>(/* private fields */);Available on crate feature
component-model only.Expand description
An inline-only component value type.
This variation does not parse type indexes.
Trait Implementations§
Source§impl<'a> Debug for InlineComponentValType<'a>
impl<'a> Debug for InlineComponentValType<'a>
Auto Trait Implementations§
impl<'a> Freeze for InlineComponentValType<'a>
impl<'a> RefUnwindSafe for InlineComponentValType<'a>
impl<'a> Send for InlineComponentValType<'a>
impl<'a> Sync for InlineComponentValType<'a>
impl<'a> Unpin for InlineComponentValType<'a>
impl<'a> UnwindSafe for InlineComponentValType<'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