Enum cros_async::sys::unix::executor::ExecutorKind
source · pub enum ExecutorKind {
Uring,
Fd,
}
Expand description
An enum to express the kind of the backend of Executor
Variants§
Trait Implementations§
source§impl Clone for ExecutorKind
impl Clone for ExecutorKind
source§fn clone(&self) -> ExecutorKind
fn clone(&self) -> ExecutorKind
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 ExecutorKind
impl Debug for ExecutorKind
source§impl Default for ExecutorKind
impl Default for ExecutorKind
source§impl<'de> Deserialize<'de> for ExecutorKind
impl<'de> Deserialize<'de> for ExecutorKind
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl FromArgValue for ExecutorKind
impl FromArgValue for ExecutorKind
source§impl PartialEq<ExecutorKind> for ExecutorKind
impl PartialEq<ExecutorKind> for ExecutorKind
source§fn eq(&self, other: &ExecutorKind) -> bool
fn eq(&self, other: &ExecutorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.