pub enum InstanceFamily {
Burstable,
GeneralPurpose,
ComputeOptimized,
MemoryOptimized,
StorageOptimized,
GpuCompute,
}Expand description
Instance family classification.
Variants§
Trait Implementations§
Source§impl Clone for InstanceFamily
impl Clone for InstanceFamily
Source§fn clone(&self) -> InstanceFamily
fn clone(&self) -> InstanceFamily
Returns a duplicate 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 InstanceFamily
impl Debug for InstanceFamily
Source§impl PartialEq for InstanceFamily
impl PartialEq for InstanceFamily
impl Copy for InstanceFamily
impl Eq for InstanceFamily
impl StructuralPartialEq for InstanceFamily
Auto Trait Implementations§
impl Freeze for InstanceFamily
impl RefUnwindSafe for InstanceFamily
impl Send for InstanceFamily
impl Sync for InstanceFamily
impl Unpin for InstanceFamily
impl UnsafeUnpin for InstanceFamily
impl UnwindSafe for InstanceFamily
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.