pub struct ParameterGroup {
pub group_id: String,
pub id: String,
pub name: String,
}Fields§
§group_id: String§id: String§name: StringTrait Implementations§
Source§impl Clone for ParameterGroup
impl Clone for ParameterGroup
Source§fn clone(&self) -> ParameterGroup
fn clone(&self) -> ParameterGroup
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 ParameterGroup
impl Debug for ParameterGroup
Source§impl<'de> Deserialize<'de> for ParameterGroup
impl<'de> Deserialize<'de> for ParameterGroup
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 Hash for ParameterGroup
impl Hash for ParameterGroup
Source§impl Ord for ParameterGroup
impl Ord for ParameterGroup
Source§fn cmp(&self, other: &ParameterGroup) -> Ordering
fn cmp(&self, other: &ParameterGroup) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ParameterGroup
impl PartialEq for ParameterGroup
Source§impl PartialOrd for ParameterGroup
impl PartialOrd for ParameterGroup
Source§impl Serialize for ParameterGroup
impl Serialize for ParameterGroup
impl Eq for ParameterGroup
impl StructuralPartialEq for ParameterGroup
Auto Trait Implementations§
impl Freeze for ParameterGroup
impl RefUnwindSafe for ParameterGroup
impl Send for ParameterGroup
impl Sync for ParameterGroup
impl Unpin for ParameterGroup
impl UnwindSafe for ParameterGroup
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