#[non_exhaustive]pub struct GetBrowserSettingsOutput { /* private fields */ }
Implementations
sourceimpl GetBrowserSettingsOutput
impl GetBrowserSettingsOutput
sourcepub fn browser_settings(&self) -> Option<&BrowserSettings>
pub fn browser_settings(&self) -> Option<&BrowserSettings>
The browser settings.
sourceimpl GetBrowserSettingsOutput
impl GetBrowserSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBrowserSettingsOutput
.
Trait Implementations
sourceimpl Clone for GetBrowserSettingsOutput
impl Clone for GetBrowserSettingsOutput
sourcefn clone(&self) -> GetBrowserSettingsOutput
fn clone(&self) -> GetBrowserSettingsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetBrowserSettingsOutput
impl Debug for GetBrowserSettingsOutput
sourceimpl PartialEq<GetBrowserSettingsOutput> for GetBrowserSettingsOutput
impl PartialEq<GetBrowserSettingsOutput> for GetBrowserSettingsOutput
sourcefn eq(&self, other: &GetBrowserSettingsOutput) -> bool
fn eq(&self, other: &GetBrowserSettingsOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more