[][src]Struct guestfs::Application

pub struct Application {
    pub app_name: String,
    pub app_display_name: String,
    pub app_epoch: i32,
    pub app_version: String,
    pub app_release: String,
    pub app_install_path: String,
    pub app_trans_path: String,
    pub app_publisher: String,
    pub app_url: String,
    pub app_source_package: String,
    pub app_summary: String,
    pub app_description: String,
}

Fields

app_name: Stringapp_display_name: Stringapp_epoch: i32app_version: Stringapp_release: Stringapp_install_path: Stringapp_trans_path: Stringapp_publisher: Stringapp_url: Stringapp_source_package: Stringapp_summary: Stringapp_description: String

Trait Implementations

impl TryFrom<*const RawApplication> for Application[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]