Struct vkrs::video::Page [] [src]

pub struct Page<T: Deserialize> { /* fields omitted */ }

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.