[][src]Struct fahapi::SlotInfo

pub struct SlotInfo {
    pub id: String,
    pub status: String,
    pub description: String,
    pub options: Map<String, Value>,
    pub reason: String,
    pub idle: bool,
}

Fields

id: Stringstatus: Stringdescription: Stringoptions: Map<String, Value>reason: Stringidle: bool

Trait Implementations

impl Clone for SlotInfo[src]

impl Debug for SlotInfo[src]

impl Default for SlotInfo[src]

impl<'de> Deserialize<'de> for SlotInfo where
    SlotInfo: Default
[src]

impl Eq for SlotInfo[src]

impl PartialEq<SlotInfo> for SlotInfo[src]

impl StructuralEq for SlotInfo[src]

impl StructuralPartialEq for SlotInfo[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.