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]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Spacefed, __D::Error>

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

impl Debug for Spacefed
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl ToJson for Spacefed
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON