pub struct PolicyUpdatedEvent(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for PolicyUpdatedEvent
impl Clone for PolicyUpdatedEvent
Source§fn clone(&self) -> PolicyUpdatedEvent
fn clone(&self) -> PolicyUpdatedEvent
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 PolicyUpdatedEvent
impl Debug for PolicyUpdatedEvent
Source§impl<'de> Deserialize<'de> for PolicyUpdatedEvent
impl<'de> Deserialize<'de> for PolicyUpdatedEvent
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 PolicyUpdatedEvent
impl PartialEq for PolicyUpdatedEvent
Source§impl Serialize for PolicyUpdatedEvent
impl Serialize for PolicyUpdatedEvent
impl StructuralPartialEq for PolicyUpdatedEvent
Auto Trait Implementations§
impl Freeze for PolicyUpdatedEvent
impl RefUnwindSafe for PolicyUpdatedEvent
impl Send for PolicyUpdatedEvent
impl Sync for PolicyUpdatedEvent
impl Unpin for PolicyUpdatedEvent
impl UnwindSafe for PolicyUpdatedEvent
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