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