pub enum StartRuleUsageTrackingMethod {
StartRuleUsageTracking,
}Variants§
StartRuleUsageTracking
Trait Implementations§
Source§impl Clone for StartRuleUsageTrackingMethod
impl Clone for StartRuleUsageTrackingMethod
Source§fn clone(&self) -> StartRuleUsageTrackingMethod
fn clone(&self) -> StartRuleUsageTrackingMethod
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 StartRuleUsageTrackingMethod
impl Debug for StartRuleUsageTrackingMethod
Source§impl<'de> Deserialize<'de> for StartRuleUsageTrackingMethod
impl<'de> Deserialize<'de> for StartRuleUsageTrackingMethod
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 StartRuleUsageTrackingMethod
impl PartialEq for StartRuleUsageTrackingMethod
Source§fn eq(&self, other: &StartRuleUsageTrackingMethod) -> bool
fn eq(&self, other: &StartRuleUsageTrackingMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartRuleUsageTrackingMethod
Auto Trait Implementations§
impl Freeze for StartRuleUsageTrackingMethod
impl RefUnwindSafe for StartRuleUsageTrackingMethod
impl Send for StartRuleUsageTrackingMethod
impl Sync for StartRuleUsageTrackingMethod
impl Unpin for StartRuleUsageTrackingMethod
impl UnsafeUnpin for StartRuleUsageTrackingMethod
impl UnwindSafe for StartRuleUsageTrackingMethod
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