pub enum DynamicCssParseErrorOwned {
InvalidBraceContents(String),
UnexpectedValue(CssParsingErrorOwned),
}Variants§
InvalidBraceContents(String)
UnexpectedValue(CssParsingErrorOwned)
Implementations§
Trait Implementations§
Source§impl Clone for DynamicCssParseErrorOwned
impl Clone for DynamicCssParseErrorOwned
Source§fn clone(&self) -> DynamicCssParseErrorOwned
fn clone(&self) -> DynamicCssParseErrorOwned
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 DynamicCssParseErrorOwned
impl Debug for DynamicCssParseErrorOwned
impl StructuralPartialEq for DynamicCssParseErrorOwned
Auto Trait Implementations§
impl Freeze for DynamicCssParseErrorOwned
impl RefUnwindSafe for DynamicCssParseErrorOwned
impl Send for DynamicCssParseErrorOwned
impl Sync for DynamicCssParseErrorOwned
impl Unpin for DynamicCssParseErrorOwned
impl UnwindSafe for DynamicCssParseErrorOwned
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