pub enum UnparsedPropertyValue {
CssWideKeyword(CssWideKeyword),
SpecifiedValue(SpecifiedValue),
}Variants§
CssWideKeyword(CssWideKeyword)
SpecifiedValue(SpecifiedValue)
Trait Implementations§
Source§impl Clone for UnparsedPropertyValue
impl Clone for UnparsedPropertyValue
Source§fn clone(&self) -> UnparsedPropertyValue
fn clone(&self) -> UnparsedPropertyValue
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 UnparsedPropertyValue
impl Debug for UnparsedPropertyValue
Source§impl Hash for UnparsedPropertyValue
impl Hash for UnparsedPropertyValue
Source§impl Ord for UnparsedPropertyValue
impl Ord for UnparsedPropertyValue
Source§fn cmp(&self, other: &UnparsedPropertyValue) -> Ordering
fn cmp(&self, other: &UnparsedPropertyValue) -> 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 PartialEq for UnparsedPropertyValue
impl PartialEq for UnparsedPropertyValue
Source§impl PartialOrd for UnparsedPropertyValue
impl PartialOrd for UnparsedPropertyValue
Source§impl ToCss for UnparsedPropertyValue
impl ToCss for UnparsedPropertyValue
impl Eq for UnparsedPropertyValue
impl StructuralPartialEq for UnparsedPropertyValue
Auto Trait Implementations§
impl Freeze for UnparsedPropertyValue
impl RefUnwindSafe for UnparsedPropertyValue
impl Send for UnparsedPropertyValue
impl Sync for UnparsedPropertyValue
impl Unpin for UnparsedPropertyValue
impl UnwindSafe for UnparsedPropertyValue
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