Struct aws_sdk_memorydb::model::ParameterGroup
source · [−]#[non_exhaustive]pub struct ParameterGroup { /* private fields */ }Expand description
Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.
Implementations
sourceimpl ParameterGroup
impl ParameterGroup
sourceimpl ParameterGroup
impl ParameterGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParameterGroup.
Trait Implementations
sourceimpl Clone for ParameterGroup
impl Clone for ParameterGroup
sourcefn clone(&self) -> ParameterGroup
fn clone(&self) -> ParameterGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ParameterGroup
impl Debug for ParameterGroup
sourceimpl PartialEq<ParameterGroup> for ParameterGroup
impl PartialEq<ParameterGroup> for ParameterGroup
sourcefn eq(&self, other: &ParameterGroup) -> bool
fn eq(&self, other: &ParameterGroup) -> bool
impl StructuralPartialEq for ParameterGroup
Auto Trait Implementations
impl RefUnwindSafe for ParameterGroup
impl Send for ParameterGroup
impl Sync for ParameterGroup
impl Unpin for ParameterGroup
impl UnwindSafe for ParameterGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more