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