pub struct SecurityEventNotification;Expand description
Marker type for the SecurityEventNotification action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityEventNotification
impl RefUnwindSafe for SecurityEventNotification
impl Send for SecurityEventNotification
impl Sync for SecurityEventNotification
impl Unpin for SecurityEventNotification
impl UnsafeUnpin for SecurityEventNotification
impl UnwindSafe for SecurityEventNotification
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