#[non_exhaustive]pub struct UpdateBrowserSettingsOutput { /* private fields */ }
Implementations
sourceimpl UpdateBrowserSettingsOutput
impl UpdateBrowserSettingsOutput
sourcepub fn browser_settings(&self) -> Option<&BrowserSettings>
pub fn browser_settings(&self) -> Option<&BrowserSettings>
The browser settings.
sourceimpl UpdateBrowserSettingsOutput
impl UpdateBrowserSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBrowserSettingsOutput
.
Trait Implementations
sourceimpl Clone for UpdateBrowserSettingsOutput
impl Clone for UpdateBrowserSettingsOutput
sourcefn clone(&self) -> UpdateBrowserSettingsOutput
fn clone(&self) -> UpdateBrowserSettingsOutput
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 UpdateBrowserSettingsOutput
impl Debug for UpdateBrowserSettingsOutput
sourceimpl PartialEq<UpdateBrowserSettingsOutput> for UpdateBrowserSettingsOutput
impl PartialEq<UpdateBrowserSettingsOutput> for UpdateBrowserSettingsOutput
sourcefn eq(&self, other: &UpdateBrowserSettingsOutput) -> bool
fn eq(&self, other: &UpdateBrowserSettingsOutput) -> bool
impl StructuralPartialEq for UpdateBrowserSettingsOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateBrowserSettingsOutput
impl Send for UpdateBrowserSettingsOutput
impl Sync for UpdateBrowserSettingsOutput
impl Unpin for UpdateBrowserSettingsOutput
impl UnwindSafe for UpdateBrowserSettingsOutput
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