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