Struct aws_sdk_config::operation::delete_organization_config_rule::DeleteOrganizationConfigRuleOutput
source · #[non_exhaustive]pub struct DeleteOrganizationConfigRuleOutput { /* private fields */ }Implementations§
source§impl DeleteOrganizationConfigRuleOutput
impl DeleteOrganizationConfigRuleOutput
sourcepub fn builder() -> DeleteOrganizationConfigRuleOutputBuilder
pub fn builder() -> DeleteOrganizationConfigRuleOutputBuilder
Creates a new builder-style object to manufacture DeleteOrganizationConfigRuleOutput.
Trait Implementations§
source§impl Clone for DeleteOrganizationConfigRuleOutput
impl Clone for DeleteOrganizationConfigRuleOutput
source§fn clone(&self) -> DeleteOrganizationConfigRuleOutput
fn clone(&self) -> DeleteOrganizationConfigRuleOutput
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 PartialEq<DeleteOrganizationConfigRuleOutput> for DeleteOrganizationConfigRuleOutput
impl PartialEq<DeleteOrganizationConfigRuleOutput> for DeleteOrganizationConfigRuleOutput
source§fn eq(&self, other: &DeleteOrganizationConfigRuleOutput) -> bool
fn eq(&self, other: &DeleteOrganizationConfigRuleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteOrganizationConfigRuleOutput
impl RequestId for DeleteOrganizationConfigRuleOutput
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 DeleteOrganizationConfigRuleOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteOrganizationConfigRuleOutput
impl Send for DeleteOrganizationConfigRuleOutput
impl Sync for DeleteOrganizationConfigRuleOutput
impl Unpin for DeleteOrganizationConfigRuleOutput
impl UnwindSafe for DeleteOrganizationConfigRuleOutput
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