pub struct RepoSearchRunJobsQuery {
pub labels: Option<String>,
}Fields§
§labels: Option<String>a comma separated list of run job labels to search for
Trait Implementations§
Source§impl Clone for RepoSearchRunJobsQuery
impl Clone for RepoSearchRunJobsQuery
Source§fn clone(&self) -> RepoSearchRunJobsQuery
fn clone(&self) -> RepoSearchRunJobsQuery
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 RepoSearchRunJobsQuery
impl Debug for RepoSearchRunJobsQuery
Source§impl Default for RepoSearchRunJobsQuery
impl Default for RepoSearchRunJobsQuery
Source§fn default() -> RepoSearchRunJobsQuery
fn default() -> RepoSearchRunJobsQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for RepoSearchRunJobsQuery
impl PartialEq for RepoSearchRunJobsQuery
impl StructuralPartialEq for RepoSearchRunJobsQuery
Auto Trait Implementations§
impl Freeze for RepoSearchRunJobsQuery
impl RefUnwindSafe for RepoSearchRunJobsQuery
impl Send for RepoSearchRunJobsQuery
impl Sync for RepoSearchRunJobsQuery
impl Unpin for RepoSearchRunJobsQuery
impl UnwindSafe for RepoSearchRunJobsQuery
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