pub enum WorkflowView {
Domain,
User,
}Available on crate feature
workflows only.Variants§
Trait Implementations§
Source§impl Clone for WorkflowView
impl Clone for WorkflowView
Source§fn clone(&self) -> WorkflowView
fn clone(&self) -> WorkflowView
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkflowView
impl Debug for WorkflowView
Source§impl Default for WorkflowView
impl Default for WorkflowView
Source§fn default() -> WorkflowView
fn default() -> WorkflowView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkflowView
impl<'de> Deserialize<'de> for WorkflowView
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 Hash for WorkflowView
impl Hash for WorkflowView
Source§impl Ord for WorkflowView
impl Ord for WorkflowView
Source§fn cmp(&self, other: &WorkflowView) -> Ordering
fn cmp(&self, other: &WorkflowView) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WorkflowView
impl PartialEq for WorkflowView
Source§impl PartialOrd for WorkflowView
impl PartialOrd for WorkflowView
Source§impl Serialize for WorkflowView
impl Serialize for WorkflowView
impl Copy for WorkflowView
impl Eq for WorkflowView
impl StructuralPartialEq for WorkflowView
Auto Trait Implementations§
impl Freeze for WorkflowView
impl RefUnwindSafe for WorkflowView
impl Send for WorkflowView
impl Sync for WorkflowView
impl Unpin for WorkflowView
impl UnwindSafe for WorkflowView
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