#[non_exhaustive]pub struct PutRuleGroupsNamespaceOutput { /* private fields */ }
Expand description
Represents the output of a PutRuleGroupsNamespace operation.
Implementations§
source§impl PutRuleGroupsNamespaceOutput
impl PutRuleGroupsNamespaceOutput
source§impl PutRuleGroupsNamespaceOutput
impl PutRuleGroupsNamespaceOutput
sourcepub fn builder() -> PutRuleGroupsNamespaceOutputBuilder
pub fn builder() -> PutRuleGroupsNamespaceOutputBuilder
Creates a new builder-style object to manufacture PutRuleGroupsNamespaceOutput
.
Trait Implementations§
source§impl Clone for PutRuleGroupsNamespaceOutput
impl Clone for PutRuleGroupsNamespaceOutput
source§fn clone(&self) -> PutRuleGroupsNamespaceOutput
fn clone(&self) -> PutRuleGroupsNamespaceOutput
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 PutRuleGroupsNamespaceOutput
impl Debug for PutRuleGroupsNamespaceOutput
source§impl PartialEq<PutRuleGroupsNamespaceOutput> for PutRuleGroupsNamespaceOutput
impl PartialEq<PutRuleGroupsNamespaceOutput> for PutRuleGroupsNamespaceOutput
source§fn eq(&self, other: &PutRuleGroupsNamespaceOutput) -> bool
fn eq(&self, other: &PutRuleGroupsNamespaceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutRuleGroupsNamespaceOutput
impl RequestId for PutRuleGroupsNamespaceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for PutRuleGroupsNamespaceOutput
Auto Trait Implementations§
impl RefUnwindSafe for PutRuleGroupsNamespaceOutput
impl Send for PutRuleGroupsNamespaceOutput
impl Sync for PutRuleGroupsNamespaceOutput
impl Unpin for PutRuleGroupsNamespaceOutput
impl UnwindSafe for PutRuleGroupsNamespaceOutput
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