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