Enum web_sys::AlphaOption
source · pub enum AlphaOption {
Keep = 0,
Discard = 1,
// some variants omitted
}
Expand description
The AlphaOption
enum.
This API requires the following crate features to be activated: AlphaOption
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Variants§
Implementations§
source§impl AlphaOption
impl AlphaOption
pub fn from_js_value(obj: &JsValue) -> Option<AlphaOption>
Trait Implementations§
source§impl Clone for AlphaOption
impl Clone for AlphaOption
source§fn clone(&self) -> AlphaOption
fn clone(&self) -> AlphaOption
Returns a copy 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 AlphaOption
impl Debug for AlphaOption
source§impl From<AlphaOption> for JsValue
impl From<AlphaOption> for JsValue
source§fn from(obj: AlphaOption) -> JsValue
fn from(obj: AlphaOption) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for AlphaOption
impl FromWasmAbi for AlphaOption
source§impl IntoWasmAbi for AlphaOption
impl IntoWasmAbi for AlphaOption
source§impl OptionFromWasmAbi for AlphaOption
impl OptionFromWasmAbi for AlphaOption
source§impl OptionIntoWasmAbi for AlphaOption
impl OptionIntoWasmAbi for AlphaOption
source§impl PartialEq for AlphaOption
impl PartialEq for AlphaOption
source§fn eq(&self, other: &AlphaOption) -> bool
fn eq(&self, other: &AlphaOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AlphaOption
impl Eq for AlphaOption
impl StructuralEq for AlphaOption
impl StructuralPartialEq for AlphaOption
Auto Trait Implementations§
impl RefUnwindSafe for AlphaOption
impl Send for AlphaOption
impl Sync for AlphaOption
impl Unpin for AlphaOption
impl UnwindSafe for AlphaOption
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> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§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
.