Struct wast::component::ItemSigNoName
source · pub struct ItemSigNoName<'a>(pub ItemSig<'a>);
Expand description
An item signature for imported items.
Tuple Fields§
§0: ItemSig<'a>
Trait Implementations§
source§impl<'a> Debug for ItemSigNoName<'a>
impl<'a> Debug for ItemSigNoName<'a>
Auto Trait Implementations§
impl<'a> Freeze for ItemSigNoName<'a>
impl<'a> RefUnwindSafe for ItemSigNoName<'a>
impl<'a> Send for ItemSigNoName<'a>
impl<'a> Sync for ItemSigNoName<'a>
impl<'a> Unpin for ItemSigNoName<'a>
impl<'a> UnwindSafe for ItemSigNoName<'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