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