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 (const: unstable) · 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
impl Eq 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 LongRefFromWasmAbi for OpenDevToolsOptions
impl LongRefFromWasmAbi for OpenDevToolsOptions
Source§type Abi = WasmPtr<WasmRefCell<OpenDevToolsOptions>>
type Abi = WasmPtr<WasmRefCell<OpenDevToolsOptions>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<OpenDevToolsOptions>
type Anchor = RcRef<OpenDevToolsOptions>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl PartialEq for OpenDevToolsOptions
impl PartialEq for OpenDevToolsOptions
Source§fn eq(&self, other: &OpenDevToolsOptions) -> bool
fn eq(&self, other: &OpenDevToolsOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RefFromWasmAbi for OpenDevToolsOptions
impl RefFromWasmAbi for OpenDevToolsOptions
Source§type Abi = WasmPtr<WasmRefCell<OpenDevToolsOptions>>
type Abi = WasmPtr<WasmRefCell<OpenDevToolsOptions>>
The Wasm ABI type references to
Self are recovered from.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 RefMutFromWasmAbi for OpenDevToolsOptions
impl RefMutFromWasmAbi for OpenDevToolsOptions
Source§type Abi = WasmPtr<WasmRefCell<OpenDevToolsOptions>>
type Abi = WasmPtr<WasmRefCell<OpenDevToolsOptions>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<OpenDevToolsOptions>
type Anchor = RcRefMut<OpenDevToolsOptions>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl StructuralPartialEq for OpenDevToolsOptions
impl SupportsConstructor for OpenDevToolsOptions
impl SupportsInstanceProperty for OpenDevToolsOptions
impl SupportsStaticProperty for OpenDevToolsOptions
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 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
Auto Trait Implementations§
impl Freeze for OpenDevToolsOptions
impl RefUnwindSafe for OpenDevToolsOptions
impl Send for OpenDevToolsOptions
impl Sync for OpenDevToolsOptions
impl Unpin for OpenDevToolsOptions
impl UnsafeUnpin 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::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.