Struct aws_sdk_ec2::model::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
sourceimpl BaselineEbsBandwidthMbps
impl BaselineEbsBandwidthMbps
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BaselineEbsBandwidthMbps
.
Trait Implementations
sourceimpl Clone for BaselineEbsBandwidthMbps
impl Clone for BaselineEbsBandwidthMbps
sourcefn clone(&self) -> BaselineEbsBandwidthMbps
fn clone(&self) -> BaselineEbsBandwidthMbps
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 BaselineEbsBandwidthMbps
impl Debug for BaselineEbsBandwidthMbps
sourceimpl PartialEq<BaselineEbsBandwidthMbps> for BaselineEbsBandwidthMbps
impl PartialEq<BaselineEbsBandwidthMbps> for BaselineEbsBandwidthMbps
sourcefn eq(&self, other: &BaselineEbsBandwidthMbps) -> bool
fn eq(&self, other: &BaselineEbsBandwidthMbps) -> bool
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
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