pub enum GetActionResultsError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_action_results
Variants§
Trait Implementations§
Source§impl Clone for GetActionResultsError
impl Clone for GetActionResultsError
Source§fn clone(&self) -> GetActionResultsError
fn clone(&self) -> GetActionResultsError
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 GetActionResultsError
impl Debug for GetActionResultsError
Source§impl<'de> Deserialize<'de> for GetActionResultsError
impl<'de> Deserialize<'de> for GetActionResultsError
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 GetActionResultsError
impl RefUnwindSafe for GetActionResultsError
impl Send for GetActionResultsError
impl Sync for GetActionResultsError
impl Unpin for GetActionResultsError
impl UnwindSafe for GetActionResultsError
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