#[non_exhaustive]pub struct ModifyOptionGroupOutput { /* private fields */ }Implementations§
source§impl ModifyOptionGroupOutput
impl ModifyOptionGroupOutput
sourcepub fn option_group(&self) -> Option<&OptionGroup>
pub fn option_group(&self) -> Option<&OptionGroup>
source§impl ModifyOptionGroupOutput
impl ModifyOptionGroupOutput
sourcepub fn builder() -> ModifyOptionGroupOutputBuilder
pub fn builder() -> ModifyOptionGroupOutputBuilder
Creates a new builder-style object to manufacture ModifyOptionGroupOutput.
Trait Implementations§
source§impl Clone for ModifyOptionGroupOutput
impl Clone for ModifyOptionGroupOutput
source§fn clone(&self) -> ModifyOptionGroupOutput
fn clone(&self) -> ModifyOptionGroupOutput
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 ModifyOptionGroupOutput
impl Debug for ModifyOptionGroupOutput
source§impl PartialEq<ModifyOptionGroupOutput> for ModifyOptionGroupOutput
impl PartialEq<ModifyOptionGroupOutput> for ModifyOptionGroupOutput
source§fn eq(&self, other: &ModifyOptionGroupOutput) -> bool
fn eq(&self, other: &ModifyOptionGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ModifyOptionGroupOutput
impl RequestId for ModifyOptionGroupOutput
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.