pub enum ScrollTimelineAxisStyleValueKeywords {
Block(Ident),
Inline(Ident),
X(Ident),
Y(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for ScrollTimelineAxisStyleValueKeywords
impl Clone for ScrollTimelineAxisStyleValueKeywords
Source§fn clone(&self) -> ScrollTimelineAxisStyleValueKeywords
fn clone(&self) -> ScrollTimelineAxisStyleValueKeywords
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 Ord for ScrollTimelineAxisStyleValueKeywords
impl Ord for ScrollTimelineAxisStyleValueKeywords
Source§fn cmp(&self, other: &ScrollTimelineAxisStyleValueKeywords) -> Ordering
fn cmp(&self, other: &ScrollTimelineAxisStyleValueKeywords) -> 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 ScrollTimelineAxisStyleValueKeywords
impl<'a> Parse<'a> for ScrollTimelineAxisStyleValueKeywords
Source§impl PartialEq for ScrollTimelineAxisStyleValueKeywords
impl PartialEq for ScrollTimelineAxisStyleValueKeywords
Source§fn eq(&self, other: &ScrollTimelineAxisStyleValueKeywords) -> bool
fn eq(&self, other: &ScrollTimelineAxisStyleValueKeywords) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ScrollTimelineAxisStyleValueKeywords
impl PartialOrd for ScrollTimelineAxisStyleValueKeywords
Source§impl<'a> Peek<'a> for ScrollTimelineAxisStyleValueKeywords
impl<'a> Peek<'a> for ScrollTimelineAxisStyleValueKeywords
Source§impl SemanticEq for ScrollTimelineAxisStyleValueKeywords
impl SemanticEq for ScrollTimelineAxisStyleValueKeywords
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for ScrollTimelineAxisStyleValueKeywords
impl ToCursors for ScrollTimelineAxisStyleValueKeywords
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for ScrollTimelineAxisStyleValueKeywords
impl Eq for ScrollTimelineAxisStyleValueKeywords
impl StructuralPartialEq for ScrollTimelineAxisStyleValueKeywords
Auto Trait Implementations§
impl Freeze for ScrollTimelineAxisStyleValueKeywords
impl RefUnwindSafe for ScrollTimelineAxisStyleValueKeywords
impl Send for ScrollTimelineAxisStyleValueKeywords
impl Sync for ScrollTimelineAxisStyleValueKeywords
impl Unpin for ScrollTimelineAxisStyleValueKeywords
impl UnwindSafe for ScrollTimelineAxisStyleValueKeywords
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