pub struct ComputeCapacity {
pub desired_instances: i64,
}Expand description
Describes the capacity for a fleet.
Fields§
§desired_instances: i64The desired number of streaming instances.
Trait Implementations§
Source§impl Clone for ComputeCapacity
impl Clone for ComputeCapacity
Source§fn clone(&self) -> ComputeCapacity
fn clone(&self) -> ComputeCapacity
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 ComputeCapacity
impl Debug for ComputeCapacity
Source§impl Default for ComputeCapacity
impl Default for ComputeCapacity
Source§fn default() -> ComputeCapacity
fn default() -> ComputeCapacity
Returns the “default value” for a type. Read more
Source§impl PartialEq for ComputeCapacity
impl PartialEq for ComputeCapacity
Source§impl Serialize for ComputeCapacity
impl Serialize for ComputeCapacity
impl StructuralPartialEq for ComputeCapacity
Auto Trait Implementations§
impl Freeze for ComputeCapacity
impl RefUnwindSafe for ComputeCapacity
impl Send for ComputeCapacity
impl Sync for ComputeCapacity
impl Unpin for ComputeCapacity
impl UnwindSafe for ComputeCapacity
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