pub enum CreateSignalNotificationRuleError {
APIErrorResponse(APIErrorResponse),
UnknownValue(Value),
}
Expand description
CreateSignalNotificationRuleError is a struct for typed errors of method SecurityMonitoringAPI::create_signal_notification_rule
Variants§
APIErrorResponse(APIErrorResponse)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for CreateSignalNotificationRuleError
impl Clone for CreateSignalNotificationRuleError
Source§fn clone(&self) -> CreateSignalNotificationRuleError
fn clone(&self) -> CreateSignalNotificationRuleError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for CreateSignalNotificationRuleError
impl<'de> Deserialize<'de> for CreateSignalNotificationRuleError
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 CreateSignalNotificationRuleError
impl RefUnwindSafe for CreateSignalNotificationRuleError
impl Send for CreateSignalNotificationRuleError
impl Sync for CreateSignalNotificationRuleError
impl Unpin for CreateSignalNotificationRuleError
impl UnwindSafe for CreateSignalNotificationRuleError
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