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