pub enum CueType {
Text,
Question,
Keyword,
Custom,
}Expand description
Type of cue entry
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CueType
impl<'de> Deserialize<'de> for CueType
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
impl Eq for CueType
impl StructuralPartialEq for CueType
Auto Trait Implementations§
impl Freeze for CueType
impl RefUnwindSafe for CueType
impl Send for CueType
impl Sync for CueType
impl Unpin for CueType
impl UnwindSafe for CueType
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