Struct fahapi::FAHClient[][src]

pub struct FAHClient {
    pub version: String,
    pub author: String,
    pub copyright: String,
    pub homepage: String,
    pub date: String,
    pub time: String,
    pub revision: String,
    pub branch: String,
    pub compiler: String,
    pub options: String,
    pub platform: String,
    pub bits: String,
    pub mode: String,
    pub args: String,
    pub config: String,
}

Fields

version: Stringauthor: Stringcopyright: Stringhomepage: Stringdate: Stringtime: Stringrevision: Stringbranch: Stringcompiler: Stringoptions: Stringplatform: Stringbits: Stringmode: Stringargs: Stringconfig: String

Trait Implementations

impl Clone for FAHClient[src]

impl Debug for FAHClient[src]

impl Default for FAHClient[src]

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

impl Eq for FAHClient[src]

impl Hash for FAHClient[src]

impl PartialEq<FAHClient> for FAHClient[src]

impl StructuralEq for FAHClient[src]

impl StructuralPartialEq for FAHClient[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.