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