pub struct OpenDevToolsOptions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for OpenDevToolsOptions
impl Clone for OpenDevToolsOptions
Source§fn clone(&self) -> OpenDevToolsOptions
fn clone(&self) -> OpenDevToolsOptions
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 OpenDevToolsOptions
impl Debug for OpenDevToolsOptions
Source§impl From<OpenDevToolsOptions> for JsValue
impl From<OpenDevToolsOptions> for JsValue
Source§fn from(value: OpenDevToolsOptions) -> Self
fn from(value: OpenDevToolsOptions) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for OpenDevToolsOptions
impl FromWasmAbi for OpenDevToolsOptions
Source§impl IntoWasmAbi for OpenDevToolsOptions
impl IntoWasmAbi for OpenDevToolsOptions
Source§impl PartialEq for OpenDevToolsOptions
impl PartialEq for OpenDevToolsOptions
Source§impl RefFromWasmAbi for OpenDevToolsOptions
impl RefFromWasmAbi for OpenDevToolsOptions
Source§type Anchor = RcRef<OpenDevToolsOptions>
type Anchor = RcRef<OpenDevToolsOptions>
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 TryFromJsValue for OpenDevToolsOptions
impl TryFromJsValue for OpenDevToolsOptions
Source§impl VectorFromWasmAbi for OpenDevToolsOptions
impl VectorFromWasmAbi for OpenDevToolsOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[OpenDevToolsOptions]>
Source§impl VectorIntoJsValue for OpenDevToolsOptions
impl VectorIntoJsValue for OpenDevToolsOptions
fn vector_into_jsvalue(vector: Box<[OpenDevToolsOptions]>) -> JsValue
Source§impl VectorIntoWasmAbi for OpenDevToolsOptions
impl VectorIntoWasmAbi for OpenDevToolsOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[OpenDevToolsOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for OpenDevToolsOptions
impl WasmDescribeVector for OpenDevToolsOptions
impl Eq for OpenDevToolsOptions
impl StructuralPartialEq for OpenDevToolsOptions
impl SupportsConstructor for OpenDevToolsOptions
impl SupportsInstanceProperty for OpenDevToolsOptions
impl SupportsStaticProperty for OpenDevToolsOptions
Auto Trait Implementations§
impl Freeze for OpenDevToolsOptions
impl RefUnwindSafe for OpenDevToolsOptions
impl !Send for OpenDevToolsOptions
impl !Sync for OpenDevToolsOptions
impl Unpin for OpenDevToolsOptions
impl UnwindSafe for OpenDevToolsOptions
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
.