Struct aws_sdk_ec2::types::VCpuCountRange
source · #[non_exhaustive]pub struct VCpuCountRange { /* private fields */ }
Expand description
The minimum and maximum number of vCPUs.
Implementations§
source§impl VCpuCountRange
impl VCpuCountRange
sourcepub fn builder() -> VCpuCountRangeBuilder
pub fn builder() -> VCpuCountRangeBuilder
Creates a new builder-style object to manufacture VCpuCountRange
.
Trait Implementations§
source§impl Clone for VCpuCountRange
impl Clone for VCpuCountRange
source§fn clone(&self) -> VCpuCountRange
fn clone(&self) -> VCpuCountRange
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 VCpuCountRange
impl Debug for VCpuCountRange
source§impl PartialEq<VCpuCountRange> for VCpuCountRange
impl PartialEq<VCpuCountRange> for VCpuCountRange
source§fn eq(&self, other: &VCpuCountRange) -> bool
fn eq(&self, other: &VCpuCountRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VCpuCountRange
Auto Trait Implementations§
impl RefUnwindSafe for VCpuCountRange
impl Send for VCpuCountRange
impl Sync for VCpuCountRange
impl Unpin for VCpuCountRange
impl UnwindSafe for VCpuCountRange
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