pub enum ReducedMotion {
nopreference,
reduce,
}Variants§
Trait Implementations§
Source§impl Clone for ReducedMotion
impl Clone for ReducedMotion
Source§fn clone(&self) -> ReducedMotion
fn clone(&self) -> ReducedMotion
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 ReducedMotion
impl Debug for ReducedMotion
Source§impl Hash for ReducedMotion
impl Hash for ReducedMotion
Source§impl Ord for ReducedMotion
impl Ord for ReducedMotion
Source§fn cmp(&self, other: &ReducedMotion) -> Ordering
fn cmp(&self, other: &ReducedMotion) -> 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 ReducedMotion
impl PartialEq for ReducedMotion
Source§impl PartialOrd for ReducedMotion
impl PartialOrd for ReducedMotion
Source§impl ToCss for ReducedMotion
impl ToCss for ReducedMotion
impl Copy for ReducedMotion
impl Eq for ReducedMotion
impl StructuralPartialEq for ReducedMotion
Auto Trait Implementations§
impl Freeze for ReducedMotion
impl RefUnwindSafe for ReducedMotion
impl Send for ReducedMotion
impl Sync for ReducedMotion
impl Unpin for ReducedMotion
impl UnwindSafe for ReducedMotion
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