pub struct JobStabilityResponseBuilder { /* private fields */ }
Expand description
Builder for JobStabilityResponse
.
Implementations§
Source§impl JobStabilityResponseBuilder
impl JobStabilityResponseBuilder
pub fn job_modify_index(&mut self, value: u64) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<JobStabilityResponse, JobStabilityResponseBuilderError>
pub fn build( &self, ) -> Result<JobStabilityResponse, JobStabilityResponseBuilderError>
Trait Implementations§
Source§impl Clone for JobStabilityResponseBuilder
impl Clone for JobStabilityResponseBuilder
Source§fn clone(&self) -> JobStabilityResponseBuilder
fn clone(&self) -> JobStabilityResponseBuilder
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 JobStabilityResponseBuilder
impl RefUnwindSafe for JobStabilityResponseBuilder
impl Send for JobStabilityResponseBuilder
impl Sync for JobStabilityResponseBuilder
impl Unpin for JobStabilityResponseBuilder
impl UnwindSafe for JobStabilityResponseBuilder
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