pub struct RecommendationApplyResponseBuilder { /* private fields */ }
Expand description
Builder for RecommendationApplyResponse
.
Implementations§
Source§impl RecommendationApplyResponseBuilder
impl RecommendationApplyResponseBuilder
pub fn updated_jobs( &mut self, value: Vec<SingleRecommendationApplyResult>, ) -> &mut Self
pub fn errors( &mut self, value: Vec<SingleRecommendationApplyError>, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<RecommendationApplyResponse, RecommendationApplyResponseBuilderError>
pub fn build( &self, ) -> Result<RecommendationApplyResponse, RecommendationApplyResponseBuilderError>
Trait Implementations§
Source§impl Clone for RecommendationApplyResponseBuilder
impl Clone for RecommendationApplyResponseBuilder
Source§fn clone(&self) -> RecommendationApplyResponseBuilder
fn clone(&self) -> RecommendationApplyResponseBuilder
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 RecommendationApplyResponseBuilder
impl RefUnwindSafe for RecommendationApplyResponseBuilder
impl Send for RecommendationApplyResponseBuilder
impl Sync for RecommendationApplyResponseBuilder
impl Unpin for RecommendationApplyResponseBuilder
impl UnwindSafe for RecommendationApplyResponseBuilder
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