Struct aws_sdk_rds::model::Outpost
source · [−]#[non_exhaustive]pub struct Outpost { /* private fields */ }Expand description
A data type that represents an Outpost.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
Implementations
Trait Implementations
impl StructuralPartialEq for Outpost
Auto Trait Implementations
impl RefUnwindSafe for Outpost
impl Send for Outpost
impl Sync for Outpost
impl Unpin for Outpost
impl UnwindSafe for Outpost
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