pub struct UpdateScalingParametersResponse {
pub scaling_parameters: ScalingParametersStatus,
}Expand description
The result of a UpdateScalingParameters request. Contains the status of the newly-configured scaling parameters.
Fields§
§scaling_parameters: ScalingParametersStatusTrait Implementations§
Source§impl Clone for UpdateScalingParametersResponse
impl Clone for UpdateScalingParametersResponse
Source§fn clone(&self) -> UpdateScalingParametersResponse
fn clone(&self) -> UpdateScalingParametersResponse
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 Default for UpdateScalingParametersResponse
impl Default for UpdateScalingParametersResponse
Source§fn default() -> UpdateScalingParametersResponse
fn default() -> UpdateScalingParametersResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateScalingParametersResponse
impl PartialEq for UpdateScalingParametersResponse
Source§fn eq(&self, other: &UpdateScalingParametersResponse) -> bool
fn eq(&self, other: &UpdateScalingParametersResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateScalingParametersResponse
Auto Trait Implementations§
impl Freeze for UpdateScalingParametersResponse
impl RefUnwindSafe for UpdateScalingParametersResponse
impl Send for UpdateScalingParametersResponse
impl Sync for UpdateScalingParametersResponse
impl Unpin for UpdateScalingParametersResponse
impl UnwindSafe for UpdateScalingParametersResponse
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