Enum signal_handler::callback::CallbackType
source · pub enum CallbackType {
Initialized,
ReloadConfig,
WaitForStop,
PrintStats,
}Variants§
Trait Implementations§
source§impl Clone for CallbackType
impl Clone for CallbackType
source§fn clone(&self) -> CallbackType
fn clone(&self) -> CallbackType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CallbackType
impl Debug for CallbackType
source§impl Hash for CallbackType
impl Hash for CallbackType
source§impl PartialEq<CallbackType> for CallbackType
impl PartialEq<CallbackType> for CallbackType
source§fn eq(&self, other: &CallbackType) -> bool
fn eq(&self, other: &CallbackType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.