[][src]Struct iml_wire_types::ServerProfile

pub struct ServerProfile {
    pub corosync: bool,
    pub corosync2: bool,
    pub default: bool,
    pub initial_state: String,
    pub managed: bool,
    pub name: String,
    pub ntp: bool,
    pub pacemaker: bool,
    pub repolist: Vec<String>,
    pub resource_uri: String,
    pub ui_description: String,
    pub ui_name: String,
    pub user_selectable: bool,
    pub worker: bool,
}

A server profile record from api/server_profile/

Fields

corosync: boolcorosync2: booldefault: boolinitial_state: Stringmanaged: boolname: Stringntp: boolpacemaker: boolrepolist: Vec<String>resource_uri: Stringui_description: Stringui_name: Stringuser_selectable: boolworker: bool

Trait Implementations

impl Clone for ServerProfile[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for ServerProfile[src]

impl Serialize for ServerProfile[src]

impl<'de> Deserialize<'de> for ServerProfile[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToJsonValue for T where
    T: Serialize
[src]

impl<T> ToBytes for T where
    T: Serialize
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]