pub struct InstanceCount {
pub instance_count: Option<i64>,
pub state: Option<String>,
}Expand description
Describes a Reserved Instance listing state.
Fields§
§instance_count: Option<i64>The number of listed Reserved Instances in the state specified by the state.
state: Option<String>The states of the listed Reserved Instances.
Trait Implementations§
Source§impl Clone for InstanceCount
impl Clone for InstanceCount
Source§fn clone(&self) -> InstanceCount
fn clone(&self) -> InstanceCount
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 InstanceCount
impl Debug for InstanceCount
Source§impl Default for InstanceCount
impl Default for InstanceCount
Source§fn default() -> InstanceCount
fn default() -> InstanceCount
Returns the “default value” for a type. Read more
Source§impl PartialEq for InstanceCount
impl PartialEq for InstanceCount
impl StructuralPartialEq for InstanceCount
Auto Trait Implementations§
impl Freeze for InstanceCount
impl RefUnwindSafe for InstanceCount
impl Send for InstanceCount
impl Sync for InstanceCount
impl Unpin for InstanceCount
impl UnwindSafe for InstanceCount
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