Struct vkrs::api::Collection [] [src]

pub struct Collection<T: Deserialize> {
    pub count: u32,
    pub items: Vec<T>,
}

Fields

Trait Implementations

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

impl<T: PartialEq + Deserialize> PartialEq for Collection<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 Collection<T>
[src]

Formats the value using the given formatter.

impl<T: Deserialize + Clone> Clone for Collection<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more