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