Struct wakflo_core::task::PluginMetadata
source · pub struct PluginMetadata {
pub language: PluginLanguage,
pub compiler: PluginCompiler,
}Expand description
[TaskMetadata]
Plugin generated metadata
Fields§
§language: PluginLanguagePlugin written language
compiler: PluginCompilerTrait Implementations§
source§impl Clone for PluginMetadata
impl Clone for PluginMetadata
source§fn clone(&self) -> PluginMetadata
fn clone(&self) -> PluginMetadata
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 PluginMetadata
impl Debug for PluginMetadata
source§impl<'de> Deserialize<'de> for PluginMetadata
impl<'de> Deserialize<'de> for PluginMetadata
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 PartialEq for PluginMetadata
impl PartialEq for PluginMetadata
source§fn eq(&self, other: &PluginMetadata) -> bool
fn eq(&self, other: &PluginMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PluginMetadata
impl Serialize for PluginMetadata
impl Eq for PluginMetadata
impl StructuralEq for PluginMetadata
impl StructuralPartialEq for PluginMetadata
Auto Trait Implementations§
impl RefUnwindSafe for PluginMetadata
impl Send for PluginMetadata
impl Sync for PluginMetadata
impl Unpin for PluginMetadata
impl UnwindSafe for PluginMetadata
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