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