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