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