pub enum GetFlowAllResultsError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_flow_all_results
Variants§
Trait Implementations§
Source§impl Clone for GetFlowAllResultsError
impl Clone for GetFlowAllResultsError
Source§fn clone(&self) -> GetFlowAllResultsError
fn clone(&self) -> GetFlowAllResultsError
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 GetFlowAllResultsError
impl Debug for GetFlowAllResultsError
Source§impl<'de> Deserialize<'de> for GetFlowAllResultsError
impl<'de> Deserialize<'de> for GetFlowAllResultsError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetFlowAllResultsError
impl RefUnwindSafe for GetFlowAllResultsError
impl Send for GetFlowAllResultsError
impl Sync for GetFlowAllResultsError
impl Unpin for GetFlowAllResultsError
impl UnsafeUnpin for GetFlowAllResultsError
impl UnwindSafe for GetFlowAllResultsError
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