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