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