pub struct TypeUse { /* private fields */ }Expand description
https://webassembly.github.io/spec/core/text/modules.html#text-typeuse
Implementations§
Trait Implementations§
impl Eq for TypeUse
impl StructuralPartialEq for TypeUse
Auto Trait Implementations§
impl Freeze for TypeUse
impl RefUnwindSafe for TypeUse
impl Send for TypeUse
impl Sync for TypeUse
impl Unpin for TypeUse
impl UnwindSafe for TypeUse
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