Struct helpscout::Collection [] [src]

pub struct Collection<T> {
    pub page: i32,
    pub pages: i32,
    pub count: i32,
    pub items: Vec<T>,
}

Fields

Trait Implementations

impl<T: Debug> Debug for Collection<T>
[src]

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more