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