pub struct SetInterestGroupTracking {
pub enable: bool,
}Fields§
§enable: boolTrait Implementations§
Source§impl Clone for SetInterestGroupTracking
impl Clone for SetInterestGroupTracking
Source§fn clone(&self) -> SetInterestGroupTracking
fn clone(&self) -> SetInterestGroupTracking
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 SetInterestGroupTracking
impl Debug for SetInterestGroupTracking
Source§impl<'de> Deserialize<'de> for SetInterestGroupTracking
impl<'de> Deserialize<'de> for SetInterestGroupTracking
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 Method for SetInterestGroupTracking
impl Method for SetInterestGroupTracking
const NAME: &'static str = "Storage.setInterestGroupTracking"
type ReturnObject = SetInterestGroupTrackingReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetInterestGroupTracking
impl PartialEq for SetInterestGroupTracking
Source§impl Serialize for SetInterestGroupTracking
impl Serialize for SetInterestGroupTracking
impl StructuralPartialEq for SetInterestGroupTracking
Auto Trait Implementations§
impl Freeze for SetInterestGroupTracking
impl RefUnwindSafe for SetInterestGroupTracking
impl Send for SetInterestGroupTracking
impl Sync for SetInterestGroupTracking
impl Unpin for SetInterestGroupTracking
impl UnwindSafe for SetInterestGroupTracking
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