pub struct AlwaysNode {
pub body: Vec<WorkflowNode>,
}Fields§
§body: Vec<WorkflowNode>Trait Implementations§
Source§impl Clone for AlwaysNode
impl Clone for AlwaysNode
Source§fn clone(&self) -> AlwaysNode
fn clone(&self) -> AlwaysNode
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 AlwaysNode
impl Debug for AlwaysNode
Source§impl<'de> Deserialize<'de> for AlwaysNode
impl<'de> Deserialize<'de> for AlwaysNode
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
Auto Trait Implementations§
impl Freeze for AlwaysNode
impl RefUnwindSafe for AlwaysNode
impl Send for AlwaysNode
impl Sync for AlwaysNode
impl Unpin for AlwaysNode
impl UnsafeUnpin for AlwaysNode
impl UnwindSafe for AlwaysNode
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