pub struct GetGroupConfigurationOutput {
pub group_configuration: Option<GroupConfiguration>,
}Fields§
§group_configuration: Option<GroupConfiguration>The service configuration associated with the specified group. For details about the service configuration syntax, see Service configurations for resource groups.
Trait Implementations§
Source§impl Clone for GetGroupConfigurationOutput
impl Clone for GetGroupConfigurationOutput
Source§fn clone(&self) -> GetGroupConfigurationOutput
fn clone(&self) -> GetGroupConfigurationOutput
Returns a duplicate 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 GetGroupConfigurationOutput
impl Debug for GetGroupConfigurationOutput
Source§impl Default for GetGroupConfigurationOutput
impl Default for GetGroupConfigurationOutput
Source§fn default() -> GetGroupConfigurationOutput
fn default() -> GetGroupConfigurationOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetGroupConfigurationOutput
impl<'de> Deserialize<'de> for GetGroupConfigurationOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for GetGroupConfigurationOutput
Auto Trait Implementations§
impl Freeze for GetGroupConfigurationOutput
impl RefUnwindSafe for GetGroupConfigurationOutput
impl Send for GetGroupConfigurationOutput
impl Sync for GetGroupConfigurationOutput
impl Unpin for GetGroupConfigurationOutput
impl UnwindSafe for GetGroupConfigurationOutput
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