pub enum GetRoutingPolicyAssetGroupsError {
DefaultResponse(ErrorSchema),
UnknownValue(Value),
}
Expand description
struct for typed errors of method [get_routing_policy_asset_groups
]
Variants§
DefaultResponse(ErrorSchema)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for GetRoutingPolicyAssetGroupsError
impl Clone for GetRoutingPolicyAssetGroupsError
Source§fn clone(&self) -> GetRoutingPolicyAssetGroupsError
fn clone(&self) -> GetRoutingPolicyAssetGroupsError
Returns a copy 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<'de> Deserialize<'de> for GetRoutingPolicyAssetGroupsError
impl<'de> Deserialize<'de> for GetRoutingPolicyAssetGroupsError
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 GetRoutingPolicyAssetGroupsError
impl RefUnwindSafe for GetRoutingPolicyAssetGroupsError
impl Send for GetRoutingPolicyAssetGroupsError
impl Sync for GetRoutingPolicyAssetGroupsError
impl Unpin for GetRoutingPolicyAssetGroupsError
impl UnwindSafe for GetRoutingPolicyAssetGroupsError
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