pub struct NewGRFResult { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<NewGRFResult> for JsValue
impl From<NewGRFResult> for JsValue
Source§fn from(value: NewGRFResult) -> Self
fn from(value: NewGRFResult) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for NewGRFResult
impl FromWasmAbi for NewGRFResult
Source§impl IntoWasmAbi for NewGRFResult
impl IntoWasmAbi for NewGRFResult
Source§impl LongRefFromWasmAbi for NewGRFResult
impl LongRefFromWasmAbi for NewGRFResult
Source§impl OptionFromWasmAbi for NewGRFResult
impl OptionFromWasmAbi for NewGRFResult
Source§impl OptionIntoWasmAbi for NewGRFResult
impl OptionIntoWasmAbi for NewGRFResult
Source§impl RefFromWasmAbi for NewGRFResult
impl RefFromWasmAbi for NewGRFResult
Source§type Anchor = RcRef<NewGRFResult>
type Anchor = RcRef<NewGRFResult>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for NewGRFResult
impl RefMutFromWasmAbi for NewGRFResult
Source§impl TryFromJsValue for NewGRFResult
impl TryFromJsValue for NewGRFResult
Source§impl VectorFromWasmAbi for NewGRFResult
impl VectorFromWasmAbi for NewGRFResult
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[NewGRFResult]>
Source§impl VectorIntoWasmAbi for NewGRFResult
impl VectorIntoWasmAbi for NewGRFResult
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[NewGRFResult]>) -> Self::Abi
Source§impl WasmDescribeVector for NewGRFResult
impl WasmDescribeVector for NewGRFResult
impl SupportsConstructor for NewGRFResult
impl SupportsInstanceProperty for NewGRFResult
impl SupportsStaticProperty for NewGRFResult
Auto Trait Implementations§
impl Freeze for NewGRFResult
impl RefUnwindSafe for NewGRFResult
impl Send for NewGRFResult
impl Sync for NewGRFResult
impl Unpin for NewGRFResult
impl UnwindSafe for NewGRFResult
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> 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::AbiSource§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.