#[repr(i32)]pub enum _SERVERSILO_STATE {
SERVERSILO_INITING = 0,
SERVERSILO_STARTED = 1,
SERVERSILO_SHUTTING_DOWN = 2,
SERVERSILO_TERMINATING = 3,
SERVERSILO_TERMINATED = 4,
}Variants§
SERVERSILO_INITING = 0
SERVERSILO_STARTED = 1
SERVERSILO_SHUTTING_DOWN = 2
SERVERSILO_TERMINATING = 3
SERVERSILO_TERMINATED = 4
Trait Implementations§
Source§impl Clone for _SERVERSILO_STATE
impl Clone for _SERVERSILO_STATE
Source§fn clone(&self) -> _SERVERSILO_STATE
fn clone(&self) -> _SERVERSILO_STATE
Returns a duplicate 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 _SERVERSILO_STATE
impl Debug for _SERVERSILO_STATE
Source§impl Hash for _SERVERSILO_STATE
impl Hash for _SERVERSILO_STATE
Source§impl PartialEq for _SERVERSILO_STATE
impl PartialEq for _SERVERSILO_STATE
impl Copy for _SERVERSILO_STATE
impl Eq for _SERVERSILO_STATE
impl StructuralPartialEq for _SERVERSILO_STATE
Auto Trait Implementations§
impl Freeze for _SERVERSILO_STATE
impl RefUnwindSafe for _SERVERSILO_STATE
impl Send for _SERVERSILO_STATE
impl Sync for _SERVERSILO_STATE
impl Unpin for _SERVERSILO_STATE
impl UnwindSafe for _SERVERSILO_STATE
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