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