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