Enum rpf::ExitStatus
[−]
[src]
pub enum ExitStatus {
Ok,
Error,
OptError,
ArgError,
}Enum used for setting exit statuses
Variants
OkErrorOptErrorArgErrorTrait Implementations
impl Clone for ExitStatus[src]
fn clone(&self) -> ExitStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more