pub enum ObsBootstrapperResult {
None,
Restart,
}Variants§
None
No action was needed, OBS is already installed and up to date.
Restart
The application must be restarted to complete the installation or update of OBS.
Auto Trait Implementations§
impl Freeze for ObsBootstrapperResult
impl RefUnwindSafe for ObsBootstrapperResult
impl Send for ObsBootstrapperResult
impl Sync for ObsBootstrapperResult
impl Unpin for ObsBootstrapperResult
impl UnwindSafe for ObsBootstrapperResult
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