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