pub enum SecurityEventReason {
IngressPayloadLimitExceeded,
}Variants§
IngressPayloadLimitExceeded
Trait Implementations§
Source§impl CandidType for SecurityEventReason
impl CandidType for SecurityEventReason
Source§impl Clone for SecurityEventReason
impl Clone for SecurityEventReason
Source§fn clone(&self) -> SecurityEventReason
fn clone(&self) -> SecurityEventReason
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 SecurityEventReason
impl Debug for SecurityEventReason
Source§impl<'de> Deserialize<'de> for SecurityEventReason
impl<'de> Deserialize<'de> for SecurityEventReason
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
Source§impl PartialEq for SecurityEventReason
impl PartialEq for SecurityEventReason
Source§impl Serialize for SecurityEventReason
impl Serialize for SecurityEventReason
impl Copy for SecurityEventReason
impl Eq for SecurityEventReason
impl StructuralPartialEq for SecurityEventReason
Auto Trait Implementations§
impl Freeze for SecurityEventReason
impl RefUnwindSafe for SecurityEventReason
impl Send for SecurityEventReason
impl Sync for SecurityEventReason
impl Unpin for SecurityEventReason
impl UnsafeUnpin for SecurityEventReason
impl UnwindSafe for SecurityEventReason
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