Struct nexus_rs::models::container::DataContainer [] [src]

pub struct DataContainer<T> {
    pub data: T,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for DataContainer<T>
[src]

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

This method tests for !=.