pub struct Versions {
pub platform_version: &'static str,
pub platform_revision: &'static str,
pub product_name: &'static str,
pub product_version: &'static str,
pub product_revision: &'static str,
}Fields§
§platform_version: &'static str§platform_revision: &'static str§product_name: &'static str§product_version: &'static str§product_revision: &'static strAuto Trait Implementations§
impl Freeze for Versions
impl RefUnwindSafe for Versions
impl Send for Versions
impl Sync for Versions
impl Unpin for Versions
impl UnwindSafe for Versions
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