pub enum AnimationPartType {
Disabled,
Slide,
Grow,
Shrink,
Fade,
}Expand description
Built-in animation visual effect for one phase of an animation sequence.
Variants§
Trait Implementations§
Source§impl Clone for AnimationPartType
impl Clone for AnimationPartType
Source§fn clone(&self) -> AnimationPartType
fn clone(&self) -> AnimationPartType
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 AnimationPartType
impl Debug for AnimationPartType
Source§impl Default for AnimationPartType
impl Default for AnimationPartType
Source§fn default() -> AnimationPartType
fn default() -> AnimationPartType
Returns the “default value” for a type. Read more
Source§impl Hash for AnimationPartType
impl Hash for AnimationPartType
Source§impl PartialEq for AnimationPartType
impl PartialEq for AnimationPartType
Source§impl Serialize for AnimationPartType
impl Serialize for AnimationPartType
impl Copy for AnimationPartType
impl Eq for AnimationPartType
impl StructuralPartialEq for AnimationPartType
Auto Trait Implementations§
impl Freeze for AnimationPartType
impl RefUnwindSafe for AnimationPartType
impl Send for AnimationPartType
impl Sync for AnimationPartType
impl Unpin for AnimationPartType
impl UnwindSafe for AnimationPartType
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