Struct kubos_system::KubosVersions
source · [−]Expand description
Information about the version(s) of KubOS installed in the system
Fields
curr: Option<String>
The current or “active” version of KubOS
prev: Option<String>
The previous or “inactive” version of KubOS. If there is no previous version, this will be None
Auto Trait Implementations
impl RefUnwindSafe for KubosVersions
impl Send for KubosVersions
impl Sync for KubosVersions
impl Unpin for KubosVersions
impl UnwindSafe for KubosVersions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more