Struct aws_sdk_quicksight::model::TemplateSourceAnalysis
source · [−]#[non_exhaustive]pub struct TemplateSourceAnalysis { /* private fields */ }Expand description
The source analysis of the template.
Implementations
sourceimpl 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.
sourceimpl TemplateSourceAnalysis
impl TemplateSourceAnalysis
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemplateSourceAnalysis.
Trait Implementations
sourceimpl Clone for TemplateSourceAnalysis
impl Clone for TemplateSourceAnalysis
sourcefn clone(&self) -> TemplateSourceAnalysis
fn clone(&self) -> TemplateSourceAnalysis
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 TemplateSourceAnalysis
impl Debug for TemplateSourceAnalysis
sourceimpl PartialEq<TemplateSourceAnalysis> for TemplateSourceAnalysis
impl PartialEq<TemplateSourceAnalysis> for TemplateSourceAnalysis
sourcefn eq(&self, other: &TemplateSourceAnalysis) -> bool
fn eq(&self, other: &TemplateSourceAnalysis) -> bool
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
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