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