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