Struct aws_sdk_ec2::types::BaselineEbsBandwidthMbps
source · #[non_exhaustive]pub struct BaselineEbsBandwidthMbps { /* private fields */ }
Expand description
The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.
Implementations§
source§impl BaselineEbsBandwidthMbps
impl BaselineEbsBandwidthMbps
sourcepub fn builder() -> BaselineEbsBandwidthMbpsBuilder
pub fn builder() -> BaselineEbsBandwidthMbpsBuilder
Creates a new builder-style object to manufacture BaselineEbsBandwidthMbps
.
Trait Implementations§
source§impl Clone for BaselineEbsBandwidthMbps
impl Clone for BaselineEbsBandwidthMbps
source§fn clone(&self) -> BaselineEbsBandwidthMbps
fn clone(&self) -> BaselineEbsBandwidthMbps
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BaselineEbsBandwidthMbps
impl Debug for BaselineEbsBandwidthMbps
source§impl PartialEq<BaselineEbsBandwidthMbps> for BaselineEbsBandwidthMbps
impl PartialEq<BaselineEbsBandwidthMbps> for BaselineEbsBandwidthMbps
source§fn eq(&self, other: &BaselineEbsBandwidthMbps) -> bool
fn eq(&self, other: &BaselineEbsBandwidthMbps) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BaselineEbsBandwidthMbps
Auto Trait Implementations§
impl RefUnwindSafe for BaselineEbsBandwidthMbps
impl Send for BaselineEbsBandwidthMbps
impl Sync for BaselineEbsBandwidthMbps
impl Unpin for BaselineEbsBandwidthMbps
impl UnwindSafe for BaselineEbsBandwidthMbps
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more