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