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