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