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