pub struct WorkflowStatesArguments {
pub first: Option<i32>,
pub after: Option<String>,
pub filter: Option<WorkflowStateFilter>,
}Fields§
§first: Option<i32>§after: Option<String>§filter: Option<WorkflowStateFilter>Trait Implementations§
Source§impl Clone for WorkflowStatesArguments
impl Clone for WorkflowStatesArguments
Source§fn clone(&self) -> WorkflowStatesArguments
fn clone(&self) -> WorkflowStatesArguments
Returns a duplicate 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 WorkflowStatesArguments
impl Debug for WorkflowStatesArguments
Source§impl QueryVariables for WorkflowStatesArguments
impl QueryVariables for WorkflowStatesArguments
Source§const VARIABLES: &'static [(&'static str, VariableType)]
const VARIABLES: &'static [(&'static str, VariableType)]
An associated constant that contains the variable names & their types. Read more
Source§type Fields = WorkflowStatesArgumentsFields
type Fields = WorkflowStatesArgumentsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for WorkflowStatesArguments
impl RefUnwindSafe for WorkflowStatesArguments
impl Send for WorkflowStatesArguments
impl Sync for WorkflowStatesArguments
impl Unpin for WorkflowStatesArguments
impl UnsafeUnpin for WorkflowStatesArguments
impl UnwindSafe for WorkflowStatesArguments
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