pub enum RunnerKind {
Wasi,
Wcgi,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RunnerKind
impl Clone for RunnerKind
Source§fn clone(&self) -> RunnerKind
fn clone(&self) -> RunnerKind
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 RunnerKind
impl Debug for RunnerKind
Source§impl Display for RunnerKind
impl Display for RunnerKind
Source§impl Hash for RunnerKind
impl Hash for RunnerKind
Source§impl Ord for RunnerKind
impl Ord for RunnerKind
Source§fn cmp(&self, other: &RunnerKind) -> Ordering
fn cmp(&self, other: &RunnerKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RunnerKind
impl PartialEq for RunnerKind
Source§impl PartialOrd for RunnerKind
impl PartialOrd for RunnerKind
impl Eq for RunnerKind
impl StructuralPartialEq for RunnerKind
Auto Trait Implementations§
impl Freeze for RunnerKind
impl RefUnwindSafe for RunnerKind
impl Send for RunnerKind
impl Sync for RunnerKind
impl Unpin for RunnerKind
impl UnwindSafe for RunnerKind
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.