pub struct AnimationDirection<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl<T> Clone for AnimationDirection<T>
impl<T> Clone for AnimationDirection<T>
Source§fn clone(&self) -> AnimationDirection<T>
fn clone(&self) -> AnimationDirection<T>
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<T> Debug for AnimationDirection<T>
impl<T> Debug for AnimationDirection<T>
Source§impl<T> Display for AnimationDirection<T>
impl<T> Display for AnimationDirection<T>
Source§impl<T> PartialEq for AnimationDirection<T>
impl<T> PartialEq for AnimationDirection<T>
Source§impl<T> Property for AnimationDirection<T>
impl<T> Property for AnimationDirection<T>
Source§fn declaration(&self) -> String
fn declaration(&self) -> String
Returns the stringified property name with its value
as a CSS declaration to be used within a declaration block. Read more
Source§impl<T> PropertyName for AnimationDirection<T>
impl<T> PropertyName for AnimationDirection<T>
fn property_name<'a>(&self) -> &'a str
impl<T> StructuralPartialEq for AnimationDirection<T>
impl UnitDataType<AnimationDirection<AnimationDirectionValue>> for AnimationDirectionValue
impl UnitDataType<AnimationDirection<Nothing>> for Nothing
impl<T> UnitDataType<AnimationDirection<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for AnimationDirection<T>
Auto Trait Implementations§
impl<T> Freeze for AnimationDirection<T>where
T: Freeze,
impl<T> RefUnwindSafe for AnimationDirection<T>where
T: RefUnwindSafe,
impl<T> Send for AnimationDirection<T>where
T: Send,
impl<T> Sync for AnimationDirection<T>where
T: Sync,
impl<T> Unpin for AnimationDirection<T>where
T: Unpin,
impl<T> UnwindSafe for AnimationDirection<T>where
T: UnwindSafe,
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