Struct aws_sdk_quicksight::types::TemplateSourceAnalysis
source · #[non_exhaustive]pub struct TemplateSourceAnalysis { /* private fields */ }Expand description
The source analysis of the template.
Implementations§
source§impl TemplateSourceAnalysis
impl TemplateSourceAnalysis
sourcepub fn data_set_references(&self) -> Option<&[DataSetReference]>
pub fn data_set_references(&self) -> Option<&[DataSetReference]>
A structure containing information about the dataset references used as placeholders in the template.
source§impl TemplateSourceAnalysis
impl TemplateSourceAnalysis
sourcepub fn builder() -> TemplateSourceAnalysisBuilder
pub fn builder() -> TemplateSourceAnalysisBuilder
Creates a new builder-style object to manufacture TemplateSourceAnalysis.
Trait Implementations§
source§impl Clone for TemplateSourceAnalysis
impl Clone for TemplateSourceAnalysis
source§fn clone(&self) -> TemplateSourceAnalysis
fn clone(&self) -> TemplateSourceAnalysis
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 TemplateSourceAnalysis
impl Debug for TemplateSourceAnalysis
source§impl PartialEq<TemplateSourceAnalysis> for TemplateSourceAnalysis
impl PartialEq<TemplateSourceAnalysis> for TemplateSourceAnalysis
source§fn eq(&self, other: &TemplateSourceAnalysis) -> bool
fn eq(&self, other: &TemplateSourceAnalysis) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TemplateSourceAnalysis
Auto Trait Implementations§
impl RefUnwindSafe for TemplateSourceAnalysis
impl Send for TemplateSourceAnalysis
impl Sync for TemplateSourceAnalysis
impl Unpin for TemplateSourceAnalysis
impl UnwindSafe for TemplateSourceAnalysis
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