pub enum ColumnRuleWidthParseErrorOwned {
Pixel(CssPixelValueParseErrorOwned),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ColumnRuleWidthParseErrorOwned
impl Clone for ColumnRuleWidthParseErrorOwned
Source§fn clone(&self) -> ColumnRuleWidthParseErrorOwned
fn clone(&self) -> ColumnRuleWidthParseErrorOwned
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 PartialEq for ColumnRuleWidthParseErrorOwned
impl PartialEq for ColumnRuleWidthParseErrorOwned
Source§fn eq(&self, other: &ColumnRuleWidthParseErrorOwned) -> bool
fn eq(&self, other: &ColumnRuleWidthParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ColumnRuleWidthParseErrorOwned
Auto Trait Implementations§
impl Freeze for ColumnRuleWidthParseErrorOwned
impl RefUnwindSafe for ColumnRuleWidthParseErrorOwned
impl Send for ColumnRuleWidthParseErrorOwned
impl Sync for ColumnRuleWidthParseErrorOwned
impl Unpin for ColumnRuleWidthParseErrorOwned
impl UnwindSafe for ColumnRuleWidthParseErrorOwned
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