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: String
§app_display_name: String
§app_epoch: i32
§app_version: String
§app_release: String
§app_install_path: String
§app_trans_path: String
§app_publisher: String
§app_url: String
§app_source_package: String
§app_summary: String
§app_description: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Application
impl RefUnwindSafe for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnwindSafe for Application
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more