pub enum LayoutOverflowParseErrorOwned {
InvalidValue(String),
}Expand description
An owned version of LayoutOverflowParseError.
Variants§
Implementations§
Source§impl LayoutOverflowParseErrorOwned
impl LayoutOverflowParseErrorOwned
Converts the owned error back into a borrowed error.
Trait Implementations§
Source§impl Clone for LayoutOverflowParseErrorOwned
impl Clone for LayoutOverflowParseErrorOwned
Source§fn clone(&self) -> LayoutOverflowParseErrorOwned
fn clone(&self) -> LayoutOverflowParseErrorOwned
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 LayoutOverflowParseErrorOwned
impl PartialEq for LayoutOverflowParseErrorOwned
Source§fn eq(&self, other: &LayoutOverflowParseErrorOwned) -> bool
fn eq(&self, other: &LayoutOverflowParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LayoutOverflowParseErrorOwned
impl StructuralPartialEq for LayoutOverflowParseErrorOwned
Auto Trait Implementations§
impl Freeze for LayoutOverflowParseErrorOwned
impl RefUnwindSafe for LayoutOverflowParseErrorOwned
impl Send for LayoutOverflowParseErrorOwned
impl Sync for LayoutOverflowParseErrorOwned
impl Unpin for LayoutOverflowParseErrorOwned
impl UnwindSafe for LayoutOverflowParseErrorOwned
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