pub struct CreateInterruptedDownloadOptions {}
Trait Implementations§
Source§impl Clone for CreateInterruptedDownloadOptions
impl Clone for CreateInterruptedDownloadOptions
Source§fn clone(&self) -> CreateInterruptedDownloadOptions
fn clone(&self) -> CreateInterruptedDownloadOptions
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 From<CreateInterruptedDownloadOptions> for JsValue
impl From<CreateInterruptedDownloadOptions> for JsValue
Source§fn from(value: CreateInterruptedDownloadOptions) -> Self
fn from(value: CreateInterruptedDownloadOptions) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CreateInterruptedDownloadOptions
impl PartialEq for CreateInterruptedDownloadOptions
Source§fn eq(&self, other: &CreateInterruptedDownloadOptions) -> bool
fn eq(&self, other: &CreateInterruptedDownloadOptions) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl RefFromWasmAbi for CreateInterruptedDownloadOptions
impl RefFromWasmAbi for CreateInterruptedDownloadOptions
Source§type Anchor = RcRef<CreateInterruptedDownloadOptions>
type Anchor = RcRef<CreateInterruptedDownloadOptions>
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 VectorFromWasmAbi for CreateInterruptedDownloadOptions
impl VectorFromWasmAbi for CreateInterruptedDownloadOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi( js: Self::Abi, ) -> Box<[CreateInterruptedDownloadOptions]>
Source§impl VectorIntoJsValue for CreateInterruptedDownloadOptions
impl VectorIntoJsValue for CreateInterruptedDownloadOptions
fn vector_into_jsvalue( vector: Box<[CreateInterruptedDownloadOptions]>, ) -> JsValue
Source§impl VectorIntoWasmAbi for CreateInterruptedDownloadOptions
impl VectorIntoWasmAbi for CreateInterruptedDownloadOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[CreateInterruptedDownloadOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for CreateInterruptedDownloadOptions
impl WasmDescribeVector for CreateInterruptedDownloadOptions
impl Eq for CreateInterruptedDownloadOptions
impl StructuralPartialEq for CreateInterruptedDownloadOptions
impl SupportsConstructor for CreateInterruptedDownloadOptions
impl SupportsInstanceProperty for CreateInterruptedDownloadOptions
impl SupportsStaticProperty for CreateInterruptedDownloadOptions
Auto Trait Implementations§
impl Freeze for CreateInterruptedDownloadOptions
impl RefUnwindSafe for CreateInterruptedDownloadOptions
impl Send for CreateInterruptedDownloadOptions
impl Sync for CreateInterruptedDownloadOptions
impl Unpin for CreateInterruptedDownloadOptions
impl UnwindSafe for CreateInterruptedDownloadOptions
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
.