Struct aws_sdk_ec2::model::VCpuCountRange
source · [−]#[non_exhaustive]pub struct VCpuCountRange { /* private fields */ }
Expand description
The minimum and maximum number of vCPUs.
Implementations
sourceimpl VCpuCountRange
impl VCpuCountRange
sourceimpl VCpuCountRange
impl VCpuCountRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VCpuCountRange
.
Trait Implementations
sourceimpl Clone for VCpuCountRange
impl Clone for VCpuCountRange
sourcefn clone(&self) -> VCpuCountRange
fn clone(&self) -> VCpuCountRange
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 VCpuCountRange
impl Debug for VCpuCountRange
sourceimpl PartialEq<VCpuCountRange> for VCpuCountRange
impl PartialEq<VCpuCountRange> for VCpuCountRange
sourcefn eq(&self, other: &VCpuCountRange) -> bool
fn eq(&self, other: &VCpuCountRange) -> bool
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
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