pub enum PendingRequestKey {
TaskCreation,
ListTasks,
QueryTask,
Rm,
ListKeys,
Stats,
Sync,
Purge,
Import,
Export,
HealthCheck,
StopTask,
}
Variants§
Trait Implementations§
Source§impl Clone for PendingRequestKey
impl Clone for PendingRequestKey
Source§fn clone(&self) -> PendingRequestKey
fn clone(&self) -> PendingRequestKey
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 PendingRequestKey
impl Debug for PendingRequestKey
Source§impl Hash for PendingRequestKey
impl Hash for PendingRequestKey
Source§impl PartialEq for PendingRequestKey
impl PartialEq for PendingRequestKey
impl Eq for PendingRequestKey
impl StructuralPartialEq for PendingRequestKey
Auto Trait Implementations§
impl Freeze for PendingRequestKey
impl RefUnwindSafe for PendingRequestKey
impl Send for PendingRequestKey
impl Sync for PendingRequestKey
impl Unpin for PendingRequestKey
impl UnwindSafe for PendingRequestKey
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