pub enum WastRet<'a> {
Core(WastRetCore<'a>),
Component(WastVal<'a>),
}
Variants
Core(WastRetCore<'a>)
Component(WastVal<'a>)
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for WastRet<'a>
impl<'a> Send for WastRet<'a>
impl<'a> Sync for WastRet<'a>
impl<'a> Unpin for WastRet<'a>
impl<'a> UnwindSafe for WastRet<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more