Struct spaceapi_server::api::Spacefed []

pub struct Spacefed {
    pub spacenet: bool,
    pub spacesaml: bool,
    pub spacephone: bool,
}

Fields

spacenet
spacesaml
spacephone

Trait Implementations

impl ToJson for Spacefed

fn to_json(&self) -> Json

Derived Implementations

impl Clone for Spacefed

fn clone(&self) -> Spacefed

impl Debug for Spacefed

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