[][src]Enum web_sys::MediaKeysRequirement

pub enum MediaKeysRequirement {
    Required,
    Optional,
    NotAllowed,
    // some variants omitted
}

The MediaKeysRequirement enum.

This API requires the following crate features to be activated: MediaKeysRequirement

Variants

Required
Optional
NotAllowed

Methods

impl MediaKeysRequirement[src]

Trait Implementations

impl Clone for MediaKeysRequirement[src]

impl Copy for MediaKeysRequirement[src]

impl Debug for MediaKeysRequirement[src]

impl Eq for MediaKeysRequirement[src]

impl From<MediaKeysRequirement> for JsValue[src]

impl FromWasmAbi for MediaKeysRequirement[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for MediaKeysRequirement[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl OptionFromWasmAbi for MediaKeysRequirement[src]

impl OptionIntoWasmAbi for MediaKeysRequirement[src]

impl PartialEq<MediaKeysRequirement> for MediaKeysRequirement[src]

impl StructuralEq for MediaKeysRequirement[src]

impl StructuralPartialEq for MediaKeysRequirement[src]

impl WasmDescribe for MediaKeysRequirement[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.