Union wasm_bindgen::convert::ResultAbiUnion
source · #[repr(C)]
pub union ResultAbiUnion<T> {
/* private fields */
}
Trait Implementations§
impl<T: WasmAbi> WasmAbi for ResultAbiUnion<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for ResultAbiUnion<T>where T: RefUnwindSafe,
impl<T> Send for ResultAbiUnion<T>where T: Send,
impl<T> Sync for ResultAbiUnion<T>where T: Sync,
impl<T> Unpin for ResultAbiUnion<T>where T: Unpin,
impl<T> UnwindSafe for ResultAbiUnion<T>where T: UnwindSafe,
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