#[non_exhaustive]pub enum ScheduledEventType {
StageInstance,
Voice,
External,
Unknown(u8),
}
Expand description
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for ScheduledEventType
impl Clone for ScheduledEventType
Source§fn clone(&self) -> ScheduledEventType
fn clone(&self) -> ScheduledEventType
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 ScheduledEventType
impl Debug for ScheduledEventType
Source§impl<'de> Deserialize<'de> for ScheduledEventType
impl<'de> Deserialize<'de> for ScheduledEventType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ScheduledEventType> for u8
impl From<ScheduledEventType> for u8
Source§fn from(value: ScheduledEventType) -> Self
fn from(value: ScheduledEventType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for ScheduledEventType
impl From<u8> for ScheduledEventType
Source§impl Hash for ScheduledEventType
impl Hash for ScheduledEventType
Source§impl Ord for ScheduledEventType
impl Ord for ScheduledEventType
Source§fn cmp(&self, other: &ScheduledEventType) -> Ordering
fn cmp(&self, other: &ScheduledEventType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ScheduledEventType
impl PartialEq for ScheduledEventType
Source§impl PartialOrd for ScheduledEventType
impl PartialOrd for ScheduledEventType
Source§impl Serialize for ScheduledEventType
impl Serialize for ScheduledEventType
impl Copy for ScheduledEventType
impl Eq for ScheduledEventType
impl StructuralPartialEq for ScheduledEventType
Auto Trait Implementations§
impl Freeze for ScheduledEventType
impl RefUnwindSafe for ScheduledEventType
impl Send for ScheduledEventType
impl Sync for ScheduledEventType
impl Unpin for ScheduledEventType
impl UnwindSafe for ScheduledEventType
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
§impl<T> CloneDebuggableStorage for Twhere
T: DebuggableStorage + Clone,
impl<T> CloneDebuggableStorage for Twhere
T: DebuggableStorage + Clone,
fn clone_storage(&self) -> Box<dyn CloneDebuggableStorage>
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneableStorage for T
impl<T> CloneableStorage for T
fn clone_storage(&self) -> Box<dyn CloneableStorage>
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more