pub enum RunLevel {
OnBoot,
OnCommand,
}
The different ways an application can be started
Logic intended to be run if the application is started at system boot time
OnCommand
Logic intended to be run if the application is started manually
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
Formats the value using the given formatter. Read more