Struct aws_sdk_licensemanager::operation::update_license_configuration::builders::UpdateLicenseConfigurationOutputBuilder
source · #[non_exhaustive]pub struct UpdateLicenseConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for UpdateLicenseConfigurationOutput.
Implementations§
source§impl UpdateLicenseConfigurationOutputBuilder
impl UpdateLicenseConfigurationOutputBuilder
sourcepub fn build(self) -> UpdateLicenseConfigurationOutput
pub fn build(self) -> UpdateLicenseConfigurationOutput
Consumes the builder and constructs a UpdateLicenseConfigurationOutput.
Trait Implementations§
source§impl Clone for UpdateLicenseConfigurationOutputBuilder
impl Clone for UpdateLicenseConfigurationOutputBuilder
source§fn clone(&self) -> UpdateLicenseConfigurationOutputBuilder
fn clone(&self) -> UpdateLicenseConfigurationOutputBuilder
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 moresource§impl Default for UpdateLicenseConfigurationOutputBuilder
impl Default for UpdateLicenseConfigurationOutputBuilder
source§fn default() -> UpdateLicenseConfigurationOutputBuilder
fn default() -> UpdateLicenseConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateLicenseConfigurationOutputBuilder> for UpdateLicenseConfigurationOutputBuilder
impl PartialEq<UpdateLicenseConfigurationOutputBuilder> for UpdateLicenseConfigurationOutputBuilder
source§fn eq(&self, other: &UpdateLicenseConfigurationOutputBuilder) -> bool
fn eq(&self, other: &UpdateLicenseConfigurationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateLicenseConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLicenseConfigurationOutputBuilder
impl Send for UpdateLicenseConfigurationOutputBuilder
impl Sync for UpdateLicenseConfigurationOutputBuilder
impl Unpin for UpdateLicenseConfigurationOutputBuilder
impl UnwindSafe for UpdateLicenseConfigurationOutputBuilder
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