Struct vkrs::api::RichCollection [] [src]

pub struct RichCollection<T: Deserialize> {
    pub count: u32,
    pub items: Vec<T>,
    pub profiles: Vec<Profile>,
    pub groups: Vec<Group>,
}

Fields

Trait Implementations

impl<T: Eq + Deserialize> Eq for RichCollection<T>
[src]

impl<T: PartialEq + Deserialize> PartialEq for RichCollection<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Debug + Deserialize> Debug for RichCollection<T>
[src]

Formats the value using the given formatter.