Struct aws_sdk_rds::output::CreateOptionGroupOutput
source · [−]#[non_exhaustive]pub struct CreateOptionGroupOutput { /* private fields */ }Implementations
sourceimpl CreateOptionGroupOutput
impl CreateOptionGroupOutput
sourcepub fn option_group(&self) -> Option<&OptionGroup>
pub fn option_group(&self) -> Option<&OptionGroup>
sourceimpl CreateOptionGroupOutput
impl CreateOptionGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateOptionGroupOutput.
Trait Implementations
sourceimpl Clone for CreateOptionGroupOutput
impl Clone for CreateOptionGroupOutput
sourcefn clone(&self) -> CreateOptionGroupOutput
fn clone(&self) -> CreateOptionGroupOutput
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 CreateOptionGroupOutput
impl Debug for CreateOptionGroupOutput
sourceimpl PartialEq<CreateOptionGroupOutput> for CreateOptionGroupOutput
impl PartialEq<CreateOptionGroupOutput> for CreateOptionGroupOutput
sourcefn eq(&self, other: &CreateOptionGroupOutput) -> bool
fn eq(&self, other: &CreateOptionGroupOutput) -> bool
impl StructuralPartialEq for CreateOptionGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateOptionGroupOutput
impl Send for CreateOptionGroupOutput
impl Sync for CreateOptionGroupOutput
impl Unpin for CreateOptionGroupOutput
impl UnwindSafe for CreateOptionGroupOutput
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