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