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