Enum wakflo_common::plugin::PluginCompiler
source · pub enum PluginCompiler {
Wasm,
Wasi,
Wasix,
TinyGo,
}Variants§
Trait Implementations§
source§impl AsRef<str> for PluginCompiler
impl AsRef<str> for PluginCompiler
source§impl Clone for PluginCompiler
impl Clone for PluginCompiler
source§fn clone(&self) -> PluginCompiler
fn clone(&self) -> PluginCompiler
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 PluginCompiler
impl Debug for PluginCompiler
source§impl<'de> Deserialize<'de> for PluginCompiler
impl<'de> Deserialize<'de> for PluginCompiler
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 FromStr for PluginCompiler
impl FromStr for PluginCompiler
source§impl IntoEnumIterator for PluginCompiler
impl IntoEnumIterator for PluginCompiler
type Iterator = PluginCompilerIter
fn iter() -> PluginCompilerIter ⓘ
source§impl PartialEq for PluginCompiler
impl PartialEq for PluginCompiler
source§fn eq(&self, other: &PluginCompiler) -> bool
fn eq(&self, other: &PluginCompiler) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PluginCompiler
impl Serialize for PluginCompiler
source§impl TryFrom<&str> for PluginCompiler
impl TryFrom<&str> for PluginCompiler
impl Eq for PluginCompiler
impl StructuralEq for PluginCompiler
impl StructuralPartialEq for PluginCompiler
Auto Trait Implementations§
impl RefUnwindSafe for PluginCompiler
impl Send for PluginCompiler
impl Sync for PluginCompiler
impl Unpin for PluginCompiler
impl UnwindSafe for PluginCompiler
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