Struct gr::cmds::cicd::PipelineBodyArgs
source · pub struct PipelineBodyArgs {
pub from_to_page: Option<ListBodyArgs>,
}Fields§
§from_to_page: Option<ListBodyArgs>Implementations§
source§impl PipelineBodyArgs
impl PipelineBodyArgs
pub fn builder() -> PipelineBodyArgsBuilder
Trait Implementations§
source§impl Clone for PipelineBodyArgs
impl Clone for PipelineBodyArgs
source§fn clone(&self) -> PipelineBodyArgs
fn clone(&self) -> PipelineBodyArgs
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 PipelineBodyArgs
impl RefUnwindSafe for PipelineBodyArgs
impl Send for PipelineBodyArgs
impl Sync for PipelineBodyArgs
impl Unpin for PipelineBodyArgs
impl UnwindSafe for PipelineBodyArgs
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