pub struct UpdateParameterGroupResponse {
pub parameter_group: Option<ParameterGroup>,
}
Fields§
§parameter_group: Option<ParameterGroup>
The parameter group that has been modified.
Trait Implementations§
Source§impl Clone for UpdateParameterGroupResponse
impl Clone for UpdateParameterGroupResponse
Source§fn clone(&self) -> UpdateParameterGroupResponse
fn clone(&self) -> UpdateParameterGroupResponse
Returns a copy 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 UpdateParameterGroupResponse
impl Debug for UpdateParameterGroupResponse
Source§impl Default for UpdateParameterGroupResponse
impl Default for UpdateParameterGroupResponse
Source§fn default() -> UpdateParameterGroupResponse
fn default() -> UpdateParameterGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateParameterGroupResponse
impl<'de> Deserialize<'de> for UpdateParameterGroupResponse
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 UpdateParameterGroupResponse
impl PartialEq for UpdateParameterGroupResponse
Source§fn eq(&self, other: &UpdateParameterGroupResponse) -> bool
fn eq(&self, other: &UpdateParameterGroupResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateParameterGroupResponse
Auto Trait Implementations§
impl Freeze for UpdateParameterGroupResponse
impl RefUnwindSafe for UpdateParameterGroupResponse
impl Send for UpdateParameterGroupResponse
impl Sync for UpdateParameterGroupResponse
impl Unpin for UpdateParameterGroupResponse
impl UnwindSafe for UpdateParameterGroupResponse
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