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