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