Struct nexus_rs::models::container::DataContainer
[−]
[src]
pub struct DataContainer<T> {
pub data: T,
}Fields
data: T
Trait Implementations
impl<T: Debug> Debug for DataContainer<T>[src]
impl<T: PartialEq> PartialEq for DataContainer<T>[src]
fn eq(&self, __arg_0: &DataContainer<T>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DataContainer<T>) -> bool
This method tests for !=.