pub enum TextMotion {
Static,
Animated,
}Variants§
Trait Implementations§
Source§impl Clone for TextMotion
impl Clone for TextMotion
Source§fn clone(&self) -> TextMotion
fn clone(&self) -> TextMotion
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 TextMotion
impl Debug for TextMotion
Source§impl Default for TextMotion
impl Default for TextMotion
Source§fn default() -> TextMotion
fn default() -> TextMotion
Returns the “default value” for a type. Read more
Source§impl Hash for TextMotion
impl Hash for TextMotion
Source§impl PartialEq for TextMotion
impl PartialEq for TextMotion
impl Copy for TextMotion
impl Eq for TextMotion
impl StructuralPartialEq for TextMotion
Auto Trait Implementations§
impl Freeze for TextMotion
impl RefUnwindSafe for TextMotion
impl Send for TextMotion
impl Sync for TextMotion
impl Unpin for TextMotion
impl UnsafeUnpin for TextMotion
impl UnwindSafe for TextMotion
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