pub struct Key {
pub key_type: KeyType,
pub slider_end_time: Option<i32>,
}Fields§
§key_type: KeyType§slider_end_time: Option<i32>Implementations§
Trait Implementations§
Source§impl FromWasmAbi for Key
impl FromWasmAbi for Key
Source§impl IntoWasmAbi for Key
impl IntoWasmAbi for Key
Source§impl LongRefFromWasmAbi for Key
impl LongRefFromWasmAbi for Key
Source§impl OptionFromWasmAbi for Key
impl OptionFromWasmAbi for Key
Source§impl OptionIntoWasmAbi for Key
impl OptionIntoWasmAbi for Key
Source§impl RefFromWasmAbi for Key
impl RefFromWasmAbi for Key
Source§impl RefMutFromWasmAbi for Key
impl RefMutFromWasmAbi for Key
Source§impl TryFromJsValue for Key
impl TryFromJsValue for Key
Source§impl VectorFromWasmAbi for Key
impl VectorFromWasmAbi for Key
Source§impl VectorIntoWasmAbi for Key
impl VectorIntoWasmAbi for Key
impl Copy for Key
impl Eq for Key
impl StructuralPartialEq for Key
impl SupportsConstructor for Key
impl SupportsInstanceProperty for Key
impl SupportsStaticProperty for Key
Auto Trait Implementations§
impl Freeze for Key
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnsafeUnpin for Key
impl UnwindSafe for Key
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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.