Struct aws_sdk_rds::output::ModifyOptionGroupOutput
source · [−]#[non_exhaustive]pub struct ModifyOptionGroupOutput { /* private fields */ }Implementations
sourceimpl ModifyOptionGroupOutput
impl ModifyOptionGroupOutput
sourcepub fn option_group(&self) -> Option<&OptionGroup>
pub fn option_group(&self) -> Option<&OptionGroup>
sourceimpl ModifyOptionGroupOutput
impl ModifyOptionGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyOptionGroupOutput.
Trait Implementations
sourceimpl Clone for ModifyOptionGroupOutput
impl Clone for ModifyOptionGroupOutput
sourcefn clone(&self) -> ModifyOptionGroupOutput
fn clone(&self) -> ModifyOptionGroupOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ModifyOptionGroupOutput
impl Debug for ModifyOptionGroupOutput
sourceimpl PartialEq<ModifyOptionGroupOutput> for ModifyOptionGroupOutput
impl PartialEq<ModifyOptionGroupOutput> for ModifyOptionGroupOutput
sourcefn eq(&self, other: &ModifyOptionGroupOutput) -> bool
fn eq(&self, other: &ModifyOptionGroupOutput) -> bool
impl StructuralPartialEq for ModifyOptionGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyOptionGroupOutput
impl Send for ModifyOptionGroupOutput
impl Sync for ModifyOptionGroupOutput
impl Unpin for ModifyOptionGroupOutput
impl UnwindSafe for ModifyOptionGroupOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more