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