pub struct GetInstallabilityErrorsReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetInstallabilityErrorsReturnObject.
Implementations§
Source§impl GetInstallabilityErrorsReturnObjectBuilder
impl GetInstallabilityErrorsReturnObjectBuilder
pub fn installability_errors( &mut self, value: Vec<InstallabilityError>, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetInstallabilityErrorsReturnObject, GetInstallabilityErrorsReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetInstallabilityErrorsReturnObject, GetInstallabilityErrorsReturnObjectBuilderError>
Builds a new GetInstallabilityErrorsReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetInstallabilityErrorsReturnObjectBuilder
impl Clone for GetInstallabilityErrorsReturnObjectBuilder
Source§fn clone(&self) -> GetInstallabilityErrorsReturnObjectBuilder
fn clone(&self) -> GetInstallabilityErrorsReturnObjectBuilder
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 GetInstallabilityErrorsReturnObjectBuilder
impl RefUnwindSafe for GetInstallabilityErrorsReturnObjectBuilder
impl Send for GetInstallabilityErrorsReturnObjectBuilder
impl Sync for GetInstallabilityErrorsReturnObjectBuilder
impl Unpin for GetInstallabilityErrorsReturnObjectBuilder
impl UnsafeUnpin for GetInstallabilityErrorsReturnObjectBuilder
impl UnwindSafe for GetInstallabilityErrorsReturnObjectBuilder
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