Struct parity_wasm::builder::TypeRefBuilder
source · [−]pub struct TypeRefBuilder<F = Identity> { /* private fields */ }
Expand description
Type (signature) reference builder (for function/import/indirect call)
Implementations
sourceimpl<F> TypeRefBuilder<F> where
F: Invoke<u32>,
impl<F> TypeRefBuilder<F> where
F: Invoke<u32>,
Auto Trait Implementations
impl<F> RefUnwindSafe for TypeRefBuilder<F> where
F: RefUnwindSafe,
impl<F> Send for TypeRefBuilder<F> where
F: Send,
impl<F> Sync for TypeRefBuilder<F> where
F: Sync,
impl<F> Unpin for TypeRefBuilder<F> where
F: Unpin,
impl<F> UnwindSafe for TypeRefBuilder<F> where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more