Struct spaceapi::Spacefed
[−]
[src]
pub struct Spacefed {
pub spacenet: bool,
pub spacesaml: bool,
pub spacephone: bool,
}Fields
spacenet: bool
spacesaml: bool
spacephone: bool
Trait Implementations
impl Decodable for Spacefed[src]
impl PartialEq for Spacefed[src]
fn eq(&self, __arg_0: &Spacefed) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Spacefed) -> bool
This method tests for !=.
impl Clone for Spacefed[src]
fn clone(&self) -> Spacefed
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more