pub enum SingleTransitionProperty {
All(Ident),
CustomIdent(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for SingleTransitionProperty
impl Clone for SingleTransitionProperty
Source§fn clone(&self) -> SingleTransitionProperty
fn clone(&self) -> SingleTransitionProperty
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 SingleTransitionProperty
impl Debug for SingleTransitionProperty
Source§impl Hash for SingleTransitionProperty
impl Hash for SingleTransitionProperty
Source§impl Ord for SingleTransitionProperty
impl Ord for SingleTransitionProperty
Source§fn cmp(&self, other: &SingleTransitionProperty) -> Ordering
fn cmp(&self, other: &SingleTransitionProperty) -> 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<'a> Parse<'a> for SingleTransitionProperty
impl<'a> Parse<'a> for SingleTransitionProperty
Source§impl PartialEq for SingleTransitionProperty
impl PartialEq for SingleTransitionProperty
Source§impl PartialOrd for SingleTransitionProperty
impl PartialOrd for SingleTransitionProperty
Source§impl<'a> Peek<'a> for SingleTransitionProperty
impl<'a> Peek<'a> for SingleTransitionProperty
Source§impl ToCursors for SingleTransitionProperty
impl ToCursors for SingleTransitionProperty
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for SingleTransitionProperty
impl StructuralPartialEq for SingleTransitionProperty
Auto Trait Implementations§
impl Freeze for SingleTransitionProperty
impl RefUnwindSafe for SingleTransitionProperty
impl Send for SingleTransitionProperty
impl Sync for SingleTransitionProperty
impl Unpin for SingleTransitionProperty
impl UnwindSafe for SingleTransitionProperty
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