pub struct PolicyUpdated {}Expand description
Fired once security policy has been updated. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for PolicyUpdated
impl Clone for PolicyUpdated
Source§fn clone(&self) -> PolicyUpdated
fn clone(&self) -> PolicyUpdated
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 PolicyUpdated
impl Debug for PolicyUpdated
Source§impl<'de> Deserialize<'de> for PolicyUpdated
impl<'de> Deserialize<'de> for PolicyUpdated
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 PolicyUpdated
impl RefUnwindSafe for PolicyUpdated
impl Send for PolicyUpdated
impl Sync for PolicyUpdated
impl Unpin for PolicyUpdated
impl UnsafeUnpin for PolicyUpdated
impl UnwindSafe for PolicyUpdated
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