Struct gpui2::AppMetadata
source · pub struct AppMetadata {
pub os_name: &'static str,
pub os_version: Option<SemanticVersion>,
pub app_version: Option<SemanticVersion>,
}
Fields§
§os_name: &'static str
§os_version: Option<SemanticVersion>
§app_version: Option<SemanticVersion>
Trait Implementations§
source§impl Clone for AppMetadata
impl Clone for AppMetadata
source§fn clone(&self) -> AppMetadata
fn clone(&self) -> AppMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for AppMetadata
impl Send for AppMetadata
impl Sync for AppMetadata
impl Unpin for AppMetadata
impl UnwindSafe for AppMetadata
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