Struct jupiter_rs::builder::Versions
source · [−]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 str
Auto Trait Implementations
impl RefUnwindSafe for Versions
impl Send for Versions
impl Sync for Versions
impl Unpin for Versions
impl UnwindSafe for Versions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more