Struct aws_sdk_quicksight::types::DashboardSourceEntity
source · #[non_exhaustive]pub struct DashboardSourceEntity { /* private fields */ }Expand description
Dashboard source entity.
Implementations§
source§impl DashboardSourceEntity
impl DashboardSourceEntity
sourcepub fn source_template(&self) -> Option<&DashboardSourceTemplate>
pub fn source_template(&self) -> Option<&DashboardSourceTemplate>
Source template.
source§impl DashboardSourceEntity
impl DashboardSourceEntity
sourcepub fn builder() -> DashboardSourceEntityBuilder
pub fn builder() -> DashboardSourceEntityBuilder
Creates a new builder-style object to manufacture DashboardSourceEntity.
Trait Implementations§
source§impl Clone for DashboardSourceEntity
impl Clone for DashboardSourceEntity
source§fn clone(&self) -> DashboardSourceEntity
fn clone(&self) -> DashboardSourceEntity
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 DashboardSourceEntity
impl Debug for DashboardSourceEntity
source§impl PartialEq<DashboardSourceEntity> for DashboardSourceEntity
impl PartialEq<DashboardSourceEntity> for DashboardSourceEntity
source§fn eq(&self, other: &DashboardSourceEntity) -> bool
fn eq(&self, other: &DashboardSourceEntity) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DashboardSourceEntity
Auto Trait Implementations§
impl RefUnwindSafe for DashboardSourceEntity
impl Send for DashboardSourceEntity
impl Sync for DashboardSourceEntity
impl Unpin for DashboardSourceEntity
impl UnwindSafe for DashboardSourceEntity
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