pub enum IrWorkflowContractKind {
Input,
Output,
Failure,
}Variants§
Trait Implementations§
Source§impl Clone for IrWorkflowContractKind
impl Clone for IrWorkflowContractKind
Source§fn clone(&self) -> IrWorkflowContractKind
fn clone(&self) -> IrWorkflowContractKind
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 IrWorkflowContractKind
impl Debug for IrWorkflowContractKind
impl Eq for IrWorkflowContractKind
Source§impl PartialEq for IrWorkflowContractKind
impl PartialEq for IrWorkflowContractKind
impl StructuralPartialEq for IrWorkflowContractKind
Auto Trait Implementations§
impl Freeze for IrWorkflowContractKind
impl RefUnwindSafe for IrWorkflowContractKind
impl Send for IrWorkflowContractKind
impl Sync for IrWorkflowContractKind
impl Unpin for IrWorkflowContractKind
impl UnsafeUnpin for IrWorkflowContractKind
impl UnwindSafe for IrWorkflowContractKind
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