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