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