Struct geeny_api::models::ThingType
[−]
[src]
pub struct ThingType {
pub id: Uuid,
pub name: String,
pub public: bool,
pub created: String,
pub deactivated: Option<String>,
}Structure representing a ThingType on the Geeny cloud
Fields
id: Uuid
name: String
public: bool
created: String
deactivated: Option<String>
Trait Implementations
impl Debug for ThingType[src]
impl Clone for ThingType[src]
fn clone(&self) -> ThingType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for ThingType[src]
fn eq(&self, __arg_0: &ThingType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ThingType) -> bool[src]
This method tests for !=.