pub struct DeploymentUpdateResponseBuilder { /* private fields */ }
Expand description
Builder for DeploymentUpdateResponse
.
Implementations§
Source§impl DeploymentUpdateResponseBuilder
impl DeploymentUpdateResponseBuilder
pub fn eval_id(&mut self, value: String) -> &mut Self
pub fn eval_create_index(&mut self, value: u64) -> &mut Self
pub fn deployment_modify_index(&mut self, value: u64) -> &mut Self
pub fn reverted_job_version(&mut self, value: Option<u64>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<DeploymentUpdateResponse, DeploymentUpdateResponseBuilderError>
pub fn build( &self, ) -> Result<DeploymentUpdateResponse, DeploymentUpdateResponseBuilderError>
Trait Implementations§
Source§impl Clone for DeploymentUpdateResponseBuilder
impl Clone for DeploymentUpdateResponseBuilder
Source§fn clone(&self) -> DeploymentUpdateResponseBuilder
fn clone(&self) -> DeploymentUpdateResponseBuilder
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 moreAuto Trait Implementations§
impl Freeze for DeploymentUpdateResponseBuilder
impl RefUnwindSafe for DeploymentUpdateResponseBuilder
impl Send for DeploymentUpdateResponseBuilder
impl Sync for DeploymentUpdateResponseBuilder
impl Unpin for DeploymentUpdateResponseBuilder
impl UnwindSafe for DeploymentUpdateResponseBuilder
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