pub struct SecurityEventNotificationResponse {
pub custom_data: Option<CustomData>,
}Fields§
§custom_data: Option<CustomData>Trait Implementations§
Source§impl Clone for SecurityEventNotificationResponse
impl Clone for SecurityEventNotificationResponse
Source§fn clone(&self) -> SecurityEventNotificationResponse
fn clone(&self) -> SecurityEventNotificationResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for SecurityEventNotificationResponse
impl StructuralPartialEq for SecurityEventNotificationResponse
Auto Trait Implementations§
impl Freeze for SecurityEventNotificationResponse
impl RefUnwindSafe for SecurityEventNotificationResponse
impl Send for SecurityEventNotificationResponse
impl Sync for SecurityEventNotificationResponse
impl Unpin for SecurityEventNotificationResponse
impl UnsafeUnpin for SecurityEventNotificationResponse
impl UnwindSafe for SecurityEventNotificationResponse
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