pub struct runs;
Trait Implementations§
Source§impl HasArgument<after> for runs
impl HasArgument<after> for runs
Source§impl HasArgument<before> for runs
impl HasArgument<before> for runs
Source§impl HasArgument<first> for runs
impl HasArgument<first> for runs
Source§impl HasArgument<last> for runs
impl HasArgument<last> for runs
Source§impl HasArgument<orderBy> for runs
impl HasArgument<orderBy> for runs
Source§type ArgumentType = Option<WorkflowRunOrder>
type ArgumentType = Option<WorkflowRunOrder>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for runs
impl RefUnwindSafe for runs
impl Send for runs
impl Sync for runs
impl Unpin for runs
impl UnwindSafe for runs
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