Struct aws_sdk_workspacesweb::operation::disassociate_ip_access_settings::builders::DisassociateIpAccessSettingsOutputBuilder
source · #[non_exhaustive]pub struct DisassociateIpAccessSettingsOutputBuilder { /* private fields */ }
Expand description
A builder for DisassociateIpAccessSettingsOutput
.
Implementations§
source§impl DisassociateIpAccessSettingsOutputBuilder
impl DisassociateIpAccessSettingsOutputBuilder
sourcepub fn build(self) -> DisassociateIpAccessSettingsOutput
pub fn build(self) -> DisassociateIpAccessSettingsOutput
Consumes the builder and constructs a DisassociateIpAccessSettingsOutput
.
Trait Implementations§
source§impl Clone for DisassociateIpAccessSettingsOutputBuilder
impl Clone for DisassociateIpAccessSettingsOutputBuilder
source§fn clone(&self) -> DisassociateIpAccessSettingsOutputBuilder
fn clone(&self) -> DisassociateIpAccessSettingsOutputBuilder
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 Default for DisassociateIpAccessSettingsOutputBuilder
impl Default for DisassociateIpAccessSettingsOutputBuilder
source§fn default() -> DisassociateIpAccessSettingsOutputBuilder
fn default() -> DisassociateIpAccessSettingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisassociateIpAccessSettingsOutputBuilder> for DisassociateIpAccessSettingsOutputBuilder
impl PartialEq<DisassociateIpAccessSettingsOutputBuilder> for DisassociateIpAccessSettingsOutputBuilder
source§fn eq(&self, other: &DisassociateIpAccessSettingsOutputBuilder) -> bool
fn eq(&self, other: &DisassociateIpAccessSettingsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DisassociateIpAccessSettingsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateIpAccessSettingsOutputBuilder
impl Send for DisassociateIpAccessSettingsOutputBuilder
impl Sync for DisassociateIpAccessSettingsOutputBuilder
impl Unpin for DisassociateIpAccessSettingsOutputBuilder
impl UnwindSafe for DisassociateIpAccessSettingsOutputBuilder
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