Struct wakflo_core::workflow::WorkflowSettings
source · pub struct WorkflowSettings {}Trait Implementations§
source§impl Clone for WorkflowSettings
impl Clone for WorkflowSettings
source§fn clone(&self) -> WorkflowSettings
fn clone(&self) -> WorkflowSettings
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 WorkflowSettings
impl Debug for WorkflowSettings
source§impl Default for WorkflowSettings
impl Default for WorkflowSettings
source§fn default() -> WorkflowSettings
fn default() -> WorkflowSettings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WorkflowSettings
impl<'de> Deserialize<'de> for WorkflowSettings
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 WorkflowSettings
impl PartialEq for WorkflowSettings
source§fn eq(&self, other: &WorkflowSettings) -> bool
fn eq(&self, other: &WorkflowSettings) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for WorkflowSettings
impl Serialize for WorkflowSettings
impl Eq for WorkflowSettings
impl StructuralEq for WorkflowSettings
impl StructuralPartialEq for WorkflowSettings
Auto Trait Implementations§
impl RefUnwindSafe for WorkflowSettings
impl Send for WorkflowSettings
impl Sync for WorkflowSettings
impl Unpin for WorkflowSettings
impl UnwindSafe for WorkflowSettings
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