pub enum TLTimeNodePresetClassType {
Entrance,
Exit,
Emphasis,
Path,
Verb,
Mediacall,
}Expand description
This simple type specifies the class of effect in which this effect belongs.
Variants§
Trait Implementations§
Source§impl Clone for TLTimeNodePresetClassType
impl Clone for TLTimeNodePresetClassType
Source§fn clone(&self) -> TLTimeNodePresetClassType
fn clone(&self) -> TLTimeNodePresetClassType
Returns a duplicate 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 TLTimeNodePresetClassType
impl Debug for TLTimeNodePresetClassType
Source§impl FromStr for TLTimeNodePresetClassType
impl FromStr for TLTimeNodePresetClassType
impl Copy for TLTimeNodePresetClassType
impl StructuralPartialEq for TLTimeNodePresetClassType
Auto Trait Implementations§
impl Freeze for TLTimeNodePresetClassType
impl RefUnwindSafe for TLTimeNodePresetClassType
impl Send for TLTimeNodePresetClassType
impl Sync for TLTimeNodePresetClassType
impl Unpin for TLTimeNodePresetClassType
impl UnwindSafe for TLTimeNodePresetClassType
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