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