Enum dragonfly_api::common::TaskType
source · #[repr(i32)]pub enum TaskType {
Dfdaemon,
Dfcache,
Dfstore,
}
Expand description
TaskType represents type of task.
Variants§
Dfdaemon
DFDAEMON is dfdeamon type of task, dfdeamon task is a normal p2p task.
Dfcache
DFCACHE is dfcache type of task, dfcache task is a cache task, and the task url is fake url. It can only be used for caching and cannot be downloaded back to source.
Dfstore
DFSTORE is dfstore type of task, dfstore task is a persistent task in backend.
Implementations§
source§impl TaskType
impl TaskType
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Ord for TaskType
impl Ord for TaskType
source§impl PartialEq<TaskType> for TaskType
impl PartialEq<TaskType> for TaskType
source§impl PartialOrd<TaskType> for TaskType
impl PartialOrd<TaskType> for TaskType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for TaskType
impl Eq for TaskType
impl StructuralEq for TaskType
impl StructuralPartialEq for TaskType
Auto Trait Implementations§
impl RefUnwindSafe for TaskType
impl Send for TaskType
impl Sync for TaskType
impl Unpin for TaskType
impl UnwindSafe for TaskType
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request