pub struct WasmShape { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for WasmShape
impl FromWasmAbi for WasmShape
Source§impl IntoWasmAbi for WasmShape
impl IntoWasmAbi for WasmShape
Source§impl LongRefFromWasmAbi for WasmShape
impl LongRefFromWasmAbi for WasmShape
Source§impl OptionFromWasmAbi for WasmShape
impl OptionFromWasmAbi for WasmShape
Source§impl OptionIntoWasmAbi for WasmShape
impl OptionIntoWasmAbi for WasmShape
Source§impl RefFromWasmAbi for WasmShape
impl RefFromWasmAbi for WasmShape
Source§impl RefMutFromWasmAbi for WasmShape
impl RefMutFromWasmAbi for WasmShape
Source§impl TryFromJsValue for WasmShape
impl TryFromJsValue for WasmShape
Source§impl VectorFromWasmAbi for WasmShape
impl VectorFromWasmAbi for WasmShape
Source§impl VectorIntoWasmAbi for WasmShape
impl VectorIntoWasmAbi for WasmShape
Source§impl WasmWrapper<Shape> for WasmShape
impl WasmWrapper<Shape> for WasmShape
impl SupportsConstructor for WasmShape
impl SupportsInstanceProperty for WasmShape
impl SupportsStaticProperty for WasmShape
Auto Trait Implementations§
impl Freeze for WasmShape
impl RefUnwindSafe for WasmShape
impl Send for WasmShape
impl Sync for WasmShape
impl Unpin for WasmShape
impl UnwindSafe for WasmShape
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.