pub enum XbkuCommand {
Show 15 variants
Help,
CheckForXbkuUpdates,
CheckForKernelUpdates,
CheckForKernelUpdatesAndNotifyCurrentUser,
ListOfAvailableMainlineKernels,
ListOfInstalledKernels,
InstallLatestMainlineKernel,
InstallLatestKernelUpdateForPointSeries,
InstallSpecificMainlineKernel,
RemoveSpecifiedKernel,
PurgeOlderDownloads,
DownloadPackageForSpecifiedKernel,
CleanApplicationCache,
Undefined,
InvalidCommand,
}Variants§
Help
CheckForXbkuUpdates
CheckForKernelUpdates
CheckForKernelUpdatesAndNotifyCurrentUser
ListOfAvailableMainlineKernels
ListOfInstalledKernels
InstallLatestMainlineKernel
InstallLatestKernelUpdateForPointSeries
InstallSpecificMainlineKernel
RemoveSpecifiedKernel
PurgeOlderDownloads
DownloadPackageForSpecifiedKernel
CleanApplicationCache
Undefined
InvalidCommand
Implementations§
Source§impl XbkuCommand
impl XbkuCommand
pub fn convert_string_to_enum(input: &str) -> XbkuCommand
Auto Trait Implementations§
impl Freeze for XbkuCommand
impl RefUnwindSafe for XbkuCommand
impl Send for XbkuCommand
impl Sync for XbkuCommand
impl Unpin for XbkuCommand
impl UnwindSafe for XbkuCommand
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