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