Struct confluence::Space [] [src]

pub struct Space {
    pub key: String,
    pub name: String,
    pub space_group: Option<String>,
    pub space_type: String,
    pub url: String,
    pub home_page: i64,
    pub description: Option<String>,
}
[]

Space.

Fields

key

The space key

name

The name of the space

space_group

Space group

space_type

Space type

url

The url to view this space online

home_page

The id of the space homepage

description

The HTML rendered space description

Trait Implementations

impl FromElement for Space

fn from_element(element: Element) -> Result<Space>

Derived Implementations

impl Debug for Space

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