Struct aws_sdk_ec2::model::AcceleratorCount
source · [−]#[non_exhaustive]pub struct AcceleratorCount { /* private fields */ }
Expand description
The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.
Implementations
sourceimpl AcceleratorCount
impl AcceleratorCount
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcceleratorCount
.
Trait Implementations
sourceimpl Clone for AcceleratorCount
impl Clone for AcceleratorCount
sourcefn clone(&self) -> AcceleratorCount
fn clone(&self) -> AcceleratorCount
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 AcceleratorCount
impl Debug for AcceleratorCount
sourceimpl PartialEq<AcceleratorCount> for AcceleratorCount
impl PartialEq<AcceleratorCount> for AcceleratorCount
sourcefn eq(&self, other: &AcceleratorCount) -> bool
fn eq(&self, other: &AcceleratorCount) -> bool
impl StructuralPartialEq for AcceleratorCount
Auto Trait Implementations
impl RefUnwindSafe for AcceleratorCount
impl Send for AcceleratorCount
impl Sync for AcceleratorCount
impl Unpin for AcceleratorCount
impl UnwindSafe for AcceleratorCount
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