pub struct RelaunchOptions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for RelaunchOptions
impl Clone for RelaunchOptions
Source§fn clone(&self) -> RelaunchOptions
fn clone(&self) -> RelaunchOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RelaunchOptions
impl Debug for RelaunchOptions
Source§impl From<RelaunchOptions> for JsValue
impl From<RelaunchOptions> for JsValue
Source§fn from(value: RelaunchOptions) -> Self
fn from(value: RelaunchOptions) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for RelaunchOptions
impl FromWasmAbi for RelaunchOptions
Source§impl IntoWasmAbi for RelaunchOptions
impl IntoWasmAbi for RelaunchOptions
Source§impl LongRefFromWasmAbi for RelaunchOptions
impl LongRefFromWasmAbi for RelaunchOptions
Source§impl OptionFromWasmAbi for RelaunchOptions
impl OptionFromWasmAbi for RelaunchOptions
Source§impl OptionIntoWasmAbi for RelaunchOptions
impl OptionIntoWasmAbi for RelaunchOptions
Source§impl PartialEq for RelaunchOptions
impl PartialEq for RelaunchOptions
Source§impl RefFromWasmAbi for RelaunchOptions
impl RefFromWasmAbi for RelaunchOptions
Source§type Anchor = RcRef<RelaunchOptions>
type Anchor = RcRef<RelaunchOptions>
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 RelaunchOptions
impl RefMutFromWasmAbi for RelaunchOptions
Source§impl TryFromJsValue for RelaunchOptions
impl TryFromJsValue for RelaunchOptions
Source§impl VectorFromWasmAbi for RelaunchOptions
impl VectorFromWasmAbi for RelaunchOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[RelaunchOptions]>
Source§impl VectorIntoJsValue for RelaunchOptions
impl VectorIntoJsValue for RelaunchOptions
fn vector_into_jsvalue(vector: Box<[RelaunchOptions]>) -> JsValue
Source§impl VectorIntoWasmAbi for RelaunchOptions
impl VectorIntoWasmAbi for RelaunchOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[RelaunchOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for RelaunchOptions
impl WasmDescribeVector for RelaunchOptions
impl StructuralPartialEq for RelaunchOptions
impl SupportsConstructor for RelaunchOptions
impl SupportsInstanceProperty for RelaunchOptions
impl SupportsStaticProperty for RelaunchOptions
Auto Trait Implementations§
impl Freeze for RelaunchOptions
impl RefUnwindSafe for RelaunchOptions
impl !Send for RelaunchOptions
impl !Sync for RelaunchOptions
impl Unpin for RelaunchOptions
impl UnwindSafe for RelaunchOptions
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
.