Struct gr::cmds::cicd::PipelineBuilder
source · pub struct PipelineBuilder { /* private fields */ }
Expand description
Builder for Pipeline
.
Implementations§
source§impl PipelineBuilder
impl PipelineBuilder
pub fn id(&mut self, value: i64) -> &mut Self
pub fn status(&mut self, value: String) -> &mut Self
pub fn web_url(&mut self, value: String) -> &mut Self
pub fn branch(&mut self, value: String) -> &mut Self
pub fn sha(&mut self, value: String) -> &mut Self
pub fn created_at(&mut self, value: String) -> &mut Self
pub fn updated_at(&mut self, value: String) -> &mut Self
pub fn duration(&mut self, value: u64) -> &mut Self
Trait Implementations§
source§impl Clone for PipelineBuilder
impl Clone for PipelineBuilder
source§fn clone(&self) -> PipelineBuilder
fn clone(&self) -> PipelineBuilder
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 PipelineBuilder
impl RefUnwindSafe for PipelineBuilder
impl Send for PipelineBuilder
impl Sync for PipelineBuilder
impl Unpin for PipelineBuilder
impl UnwindSafe for PipelineBuilder
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