Struct wasm_encoder::adapter::TypeEncoder
source · [−]pub struct TypeEncoder<'a>(_);
Expand description
Used to encode types.
Implementations
sourceimpl<'a> TypeEncoder<'a>
impl<'a> TypeEncoder<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for TypeEncoder<'a>
impl<'a> Send for TypeEncoder<'a>
impl<'a> Sync for TypeEncoder<'a>
impl<'a> Unpin for TypeEncoder<'a>
impl<'a> !UnwindSafe for TypeEncoder<'a>
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