pub struct GroupSummary {
    pub current_members: i32,
    pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§current_members: i32§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for GroupSummary
 
impl Clone for GroupSummary
Source§fn clone(&self) -> GroupSummary
 
fn clone(&self) -> GroupSummary
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 GroupSummary
 
impl Debug for GroupSummary
Source§impl<'de> Deserialize<'de> for GroupSummary
 
impl<'de> Deserialize<'de> for GroupSummary
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 GroupSummary
 
impl PartialEq for GroupSummary
Source§impl Serialize for GroupSummary
 
impl Serialize for GroupSummary
impl StructuralPartialEq for GroupSummary
Auto Trait Implementations§
impl Freeze for GroupSummary
impl RefUnwindSafe for GroupSummary
impl Send for GroupSummary
impl Sync for GroupSummary
impl Unpin for GroupSummary
impl UnwindSafe for GroupSummary
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