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