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