Struct aws_sdk_licensemanager::operation::delete_license_configuration::DeleteLicenseConfigurationOutput
source · #[non_exhaustive]pub struct DeleteLicenseConfigurationOutput { /* private fields */ }Implementations§
source§impl DeleteLicenseConfigurationOutput
impl DeleteLicenseConfigurationOutput
sourcepub fn builder() -> DeleteLicenseConfigurationOutputBuilder
pub fn builder() -> DeleteLicenseConfigurationOutputBuilder
Creates a new builder-style object to manufacture DeleteLicenseConfigurationOutput.
Trait Implementations§
source§impl Clone for DeleteLicenseConfigurationOutput
impl Clone for DeleteLicenseConfigurationOutput
source§fn clone(&self) -> DeleteLicenseConfigurationOutput
fn clone(&self) -> DeleteLicenseConfigurationOutput
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 PartialEq<DeleteLicenseConfigurationOutput> for DeleteLicenseConfigurationOutput
impl PartialEq<DeleteLicenseConfigurationOutput> for DeleteLicenseConfigurationOutput
source§fn eq(&self, other: &DeleteLicenseConfigurationOutput) -> bool
fn eq(&self, other: &DeleteLicenseConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteLicenseConfigurationOutput
impl RequestId for DeleteLicenseConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeleteLicenseConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteLicenseConfigurationOutput
impl Send for DeleteLicenseConfigurationOutput
impl Sync for DeleteLicenseConfigurationOutput
impl Unpin for DeleteLicenseConfigurationOutput
impl UnwindSafe for DeleteLicenseConfigurationOutput
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