#[non_exhaustive]pub struct InstanceTypeInfoFromInstanceRequirements { /* private fields */ }
Expand description
The list of instance types with the specified instance attributes.
Implementations
sourceimpl InstanceTypeInfoFromInstanceRequirements
impl InstanceTypeInfoFromInstanceRequirements
sourcepub fn instance_type(&self) -> Option<&str>
pub fn instance_type(&self) -> Option<&str>
The matching instance type.
sourceimpl InstanceTypeInfoFromInstanceRequirements
impl InstanceTypeInfoFromInstanceRequirements
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceTypeInfoFromInstanceRequirements
.
Trait Implementations
sourceimpl Clone for InstanceTypeInfoFromInstanceRequirements
impl Clone for InstanceTypeInfoFromInstanceRequirements
sourcefn clone(&self) -> InstanceTypeInfoFromInstanceRequirements
fn clone(&self) -> InstanceTypeInfoFromInstanceRequirements
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 PartialEq<InstanceTypeInfoFromInstanceRequirements> for InstanceTypeInfoFromInstanceRequirements
impl PartialEq<InstanceTypeInfoFromInstanceRequirements> for InstanceTypeInfoFromInstanceRequirements
sourcefn eq(&self, other: &InstanceTypeInfoFromInstanceRequirements) -> bool
fn eq(&self, other: &InstanceTypeInfoFromInstanceRequirements) -> bool
impl StructuralPartialEq for InstanceTypeInfoFromInstanceRequirements
Auto Trait Implementations
impl RefUnwindSafe for InstanceTypeInfoFromInstanceRequirements
impl Send for InstanceTypeInfoFromInstanceRequirements
impl Sync for InstanceTypeInfoFromInstanceRequirements
impl Unpin for InstanceTypeInfoFromInstanceRequirements
impl UnwindSafe for InstanceTypeInfoFromInstanceRequirements
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