Struct aws_sdk_licensemanager::operation::update_license_configuration::UpdateLicenseConfigurationOutput
source · #[non_exhaustive]pub struct UpdateLicenseConfigurationOutput { /* private fields */ }Implementations§
source§impl UpdateLicenseConfigurationOutput
impl UpdateLicenseConfigurationOutput
sourcepub fn builder() -> UpdateLicenseConfigurationOutputBuilder
pub fn builder() -> UpdateLicenseConfigurationOutputBuilder
Creates a new builder-style object to manufacture UpdateLicenseConfigurationOutput.
Trait Implementations§
source§impl Clone for UpdateLicenseConfigurationOutput
impl Clone for UpdateLicenseConfigurationOutput
source§fn clone(&self) -> UpdateLicenseConfigurationOutput
fn clone(&self) -> UpdateLicenseConfigurationOutput
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<UpdateLicenseConfigurationOutput> for UpdateLicenseConfigurationOutput
impl PartialEq<UpdateLicenseConfigurationOutput> for UpdateLicenseConfigurationOutput
source§fn eq(&self, other: &UpdateLicenseConfigurationOutput) -> bool
fn eq(&self, other: &UpdateLicenseConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateLicenseConfigurationOutput
impl RequestId for UpdateLicenseConfigurationOutput
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 UpdateLicenseConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLicenseConfigurationOutput
impl Send for UpdateLicenseConfigurationOutput
impl Sync for UpdateLicenseConfigurationOutput
impl Unpin for UpdateLicenseConfigurationOutput
impl UnwindSafe for UpdateLicenseConfigurationOutput
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