#[repr(C, u8)]pub enum FlowFromParseErrorOwned {
InvalidValue(AzString),
}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 (const: unstable) · 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
Source§fn eq(&self, other: &FlowFromParseErrorOwned) -> bool
fn eq(&self, other: &FlowFromParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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