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