Enum redgold_schema::structs::ExecutorBackend
source · #[repr(i32)]pub enum ExecutorBackend {
Extism = 0,
Evm = 1,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for ExecutorBackend
impl Clone for ExecutorBackend
source§fn clone(&self) -> ExecutorBackend
fn clone(&self) -> ExecutorBackend
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 ExecutorBackend
impl Debug for ExecutorBackend
source§impl Default for ExecutorBackend
impl Default for ExecutorBackend
source§fn default() -> ExecutorBackend
fn default() -> ExecutorBackend
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ExecutorBackend
impl<'de> Deserialize<'de> for ExecutorBackend
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 From<ExecutorBackend> for i32
impl From<ExecutorBackend> for i32
source§fn from(value: ExecutorBackend) -> i32
fn from(value: ExecutorBackend) -> i32
Converts to this type from the input type.
source§impl FromStr for ExecutorBackend
impl FromStr for ExecutorBackend
source§impl Hash for ExecutorBackend
impl Hash for ExecutorBackend
source§impl IntoEnumIterator for ExecutorBackend
impl IntoEnumIterator for ExecutorBackend
type Iterator = ExecutorBackendIter
fn iter() -> ExecutorBackendIter ⓘ
source§impl Ord for ExecutorBackend
impl Ord for ExecutorBackend
source§fn cmp(&self, other: &ExecutorBackend) -> Ordering
fn cmp(&self, other: &ExecutorBackend) -> 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 ExecutorBackend
impl PartialEq for ExecutorBackend
source§fn eq(&self, other: &ExecutorBackend) -> bool
fn eq(&self, other: &ExecutorBackend) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ExecutorBackend
impl PartialOrd for ExecutorBackend
source§fn partial_cmp(&self, other: &ExecutorBackend) -> Option<Ordering>
fn partial_cmp(&self, other: &ExecutorBackend) -> Option<Ordering>
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 moresource§impl Serialize for ExecutorBackend
impl Serialize for ExecutorBackend
source§impl TryFrom<&str> for ExecutorBackend
impl TryFrom<&str> for ExecutorBackend
impl Copy for ExecutorBackend
impl Eq for ExecutorBackend
impl StructuralEq for ExecutorBackend
impl StructuralPartialEq for ExecutorBackend
Auto Trait Implementations§
impl RefUnwindSafe for ExecutorBackend
impl Send for ExecutorBackend
impl Sync for ExecutorBackend
impl Unpin for ExecutorBackend
impl UnwindSafe for ExecutorBackend
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