pub struct WorkflowPhaseCall {
pub name: String,
pub options: Option<Value>,
}Fields§
§name: String§options: Option<Value>Trait Implementations§
Source§impl Clone for WorkflowPhaseCall
impl Clone for WorkflowPhaseCall
Source§fn clone(&self) -> WorkflowPhaseCall
fn clone(&self) -> WorkflowPhaseCall
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkflowPhaseCall
impl Debug for WorkflowPhaseCall
Source§impl PartialEq for WorkflowPhaseCall
impl PartialEq for WorkflowPhaseCall
Source§fn eq(&self, other: &WorkflowPhaseCall) -> bool
fn eq(&self, other: &WorkflowPhaseCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkflowPhaseCall
Auto Trait Implementations§
impl Freeze for WorkflowPhaseCall
impl RefUnwindSafe for WorkflowPhaseCall
impl Send for WorkflowPhaseCall
impl Sync for WorkflowPhaseCall
impl Unpin for WorkflowPhaseCall
impl UnsafeUnpin for WorkflowPhaseCall
impl UnwindSafe for WorkflowPhaseCall
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