Struct gr::cmds::cicd::RunnerListBodyArgs
source · pub struct RunnerListBodyArgs {
pub list_args: Option<ListBodyArgs>,
pub status: RunnerStatus,
pub tags: Option<String>,
pub all: bool,
}Fields§
§list_args: Option<ListBodyArgs>§status: RunnerStatus§all: boolImplementations§
source§impl RunnerListBodyArgs
impl RunnerListBodyArgs
pub fn builder() -> RunnerListBodyArgsBuilder
Trait Implementations§
source§impl Clone for RunnerListBodyArgs
impl Clone for RunnerListBodyArgs
source§fn clone(&self) -> RunnerListBodyArgs
fn clone(&self) -> RunnerListBodyArgs
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for RunnerListBodyArgs
impl RefUnwindSafe for RunnerListBodyArgs
impl Send for RunnerListBodyArgs
impl Sync for RunnerListBodyArgs
impl Unpin for RunnerListBodyArgs
impl UnwindSafe for RunnerListBodyArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)