Struct aws_sdk_ec2::model::CidrBlock
source · [−]#[non_exhaustive]pub struct CidrBlock { /* private fields */ }
Expand description
Describes an IPv4 CIDR block.
Implementations
Trait Implementations
impl StructuralPartialEq for CidrBlock
Auto Trait Implementations
impl RefUnwindSafe for CidrBlock
impl Send for CidrBlock
impl Sync for CidrBlock
impl Unpin for CidrBlock
impl UnwindSafe for CidrBlock
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