#[non_exhaustive]pub struct AnonymousUserEmbeddingExperienceConfiguration { /* private fields */ }Expand description
The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.
Implementations
sourceimpl AnonymousUserEmbeddingExperienceConfiguration
impl AnonymousUserEmbeddingExperienceConfiguration
sourcepub fn dashboard(&self) -> Option<&AnonymousUserDashboardEmbeddingConfiguration>
pub fn dashboard(&self) -> Option<&AnonymousUserDashboardEmbeddingConfiguration>
The type of embedding experience. In this case, Amazon QuickSight dashboards.
sourcepub fn dashboard_visual(
&self
) -> Option<&AnonymousUserDashboardVisualEmbeddingConfiguration>
pub fn dashboard_visual(
&self
) -> Option<&AnonymousUserDashboardVisualEmbeddingConfiguration>
The type of embedding experience. In this case, Amazon QuickSight visuals.
sourceimpl AnonymousUserEmbeddingExperienceConfiguration
impl AnonymousUserEmbeddingExperienceConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnonymousUserEmbeddingExperienceConfiguration.
Trait Implementations
sourceimpl Clone for AnonymousUserEmbeddingExperienceConfiguration
impl Clone for AnonymousUserEmbeddingExperienceConfiguration
sourcefn clone(&self) -> AnonymousUserEmbeddingExperienceConfiguration
fn clone(&self) -> AnonymousUserEmbeddingExperienceConfiguration
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 PartialEq<AnonymousUserEmbeddingExperienceConfiguration> for AnonymousUserEmbeddingExperienceConfiguration
impl PartialEq<AnonymousUserEmbeddingExperienceConfiguration> for AnonymousUserEmbeddingExperienceConfiguration
sourcefn eq(&self, other: &AnonymousUserEmbeddingExperienceConfiguration) -> bool
fn eq(&self, other: &AnonymousUserEmbeddingExperienceConfiguration) -> bool
impl StructuralPartialEq for AnonymousUserEmbeddingExperienceConfiguration
Auto Trait Implementations
impl RefUnwindSafe for AnonymousUserEmbeddingExperienceConfiguration
impl Send for AnonymousUserEmbeddingExperienceConfiguration
impl Sync for AnonymousUserEmbeddingExperienceConfiguration
impl Unpin for AnonymousUserEmbeddingExperienceConfiguration
impl UnwindSafe for AnonymousUserEmbeddingExperienceConfiguration
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