Struct aws_sdk_rds::model::IpRange
source · [−]#[non_exhaustive]pub struct IpRange { /* private fields */ }Expand description
This data type is used as a response element in the DescribeDBSecurityGroups action.
Implementations
Trait Implementations
impl StructuralPartialEq for IpRange
Auto Trait Implementations
impl RefUnwindSafe for IpRange
impl Send for IpRange
impl Sync for IpRange
impl Unpin for IpRange
impl UnwindSafe for IpRange
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