pub struct ListActionTasksQuery {
pub status: Option<Vec<ListActionTasksQueryStatus>>,
}Fields§
§status: Option<Vec<ListActionTasksQueryStatus>>Returns workflow tasks with the check run status or conclusion that is specified.
For example, a conclusion can be success or a status can be in_progress.
Trait Implementations§
Source§impl Clone for ListActionTasksQuery
impl Clone for ListActionTasksQuery
Source§fn clone(&self) -> ListActionTasksQuery
fn clone(&self) -> ListActionTasksQuery
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 ListActionTasksQuery
impl Debug for ListActionTasksQuery
Source§impl Default for ListActionTasksQuery
impl Default for ListActionTasksQuery
Source§fn default() -> ListActionTasksQuery
fn default() -> ListActionTasksQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListActionTasksQuery
impl PartialEq for ListActionTasksQuery
impl StructuralPartialEq for ListActionTasksQuery
Auto Trait Implementations§
impl Freeze for ListActionTasksQuery
impl RefUnwindSafe for ListActionTasksQuery
impl Send for ListActionTasksQuery
impl Sync for ListActionTasksQuery
impl Unpin for ListActionTasksQuery
impl UnsafeUnpin for ListActionTasksQuery
impl UnwindSafe for ListActionTasksQuery
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