#[repr(C)]pub enum PoolState {
Running = 0,
Stopping = 1,
Stopped = 2,
}Expand description
Enums used to describe pool state
Variants§
Running = 0
The pool is running.
Stopping = 1
The pool is stopping.
Stopped = 2
The pool is stopped.
Trait Implementations§
source§impl Ord for PoolState
impl Ord for PoolState
source§impl PartialOrd for PoolState
impl PartialOrd for PoolState
impl Copy for PoolState
impl Eq for PoolState
impl StructuralPartialEq for PoolState
Auto Trait Implementations§
impl Freeze for PoolState
impl RefUnwindSafe for PoolState
impl Send for PoolState
impl Sync for PoolState
impl Unpin for PoolState
impl UnwindSafe for PoolState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)