pub struct ModifyClusterOutput {
pub step_concurrency_level: Option<i64>,
}
Fields§
§step_concurrency_level: Option<i64>
The number of steps that can be executed concurrently.
Trait Implementations§
Source§impl Clone for ModifyClusterOutput
impl Clone for ModifyClusterOutput
Source§fn clone(&self) -> ModifyClusterOutput
fn clone(&self) -> ModifyClusterOutput
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 ModifyClusterOutput
impl Debug for ModifyClusterOutput
Source§impl Default for ModifyClusterOutput
impl Default for ModifyClusterOutput
Source§fn default() -> ModifyClusterOutput
fn default() -> ModifyClusterOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModifyClusterOutput
impl<'de> Deserialize<'de> for ModifyClusterOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ModifyClusterOutput
impl PartialEq for ModifyClusterOutput
impl StructuralPartialEq for ModifyClusterOutput
Auto Trait Implementations§
impl Freeze for ModifyClusterOutput
impl RefUnwindSafe for ModifyClusterOutput
impl Send for ModifyClusterOutput
impl Sync for ModifyClusterOutput
impl Unpin for ModifyClusterOutput
impl UnwindSafe for ModifyClusterOutput
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