Struct geeny_api::models::Resource
[−]
[src]
pub struct Resource {
pub uri: String,
pub method: ResourceMethod,
pub message_type: Uuid,
}Structure representing a Resource on the Geeny cloud
Fields
uri: String
method: ResourceMethod
message_type: Uuid
Trait Implementations
impl Debug for Resource[src]
impl Clone for Resource[src]
fn clone(&self) -> Resource[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 Resource[src]
fn eq(&self, __arg_0: &Resource) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Resource) -> bool[src]
This method tests for !=.