Struct aws_sdk_quicksight::model::ThemeVersionSummary
source · [−]#[non_exhaustive]pub struct ThemeVersionSummary { /* private fields */ }Expand description
The theme version.
Implementations
sourceimpl ThemeVersionSummary
impl ThemeVersionSummary
sourcepub fn version_number(&self) -> Option<i64>
pub fn version_number(&self) -> Option<i64>
The version number of the theme version.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the theme version.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The date and time that this theme version was created.
sourcepub fn status(&self) -> Option<&ResourceStatus>
pub fn status(&self) -> Option<&ResourceStatus>
The status of the theme version.
sourceimpl ThemeVersionSummary
impl ThemeVersionSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThemeVersionSummary.
Trait Implementations
sourceimpl Clone for ThemeVersionSummary
impl Clone for ThemeVersionSummary
sourcefn clone(&self) -> ThemeVersionSummary
fn clone(&self) -> ThemeVersionSummary
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 ThemeVersionSummary
impl Debug for ThemeVersionSummary
sourceimpl PartialEq<ThemeVersionSummary> for ThemeVersionSummary
impl PartialEq<ThemeVersionSummary> for ThemeVersionSummary
sourcefn eq(&self, other: &ThemeVersionSummary) -> bool
fn eq(&self, other: &ThemeVersionSummary) -> bool
impl StructuralPartialEq for ThemeVersionSummary
Auto Trait Implementations
impl RefUnwindSafe for ThemeVersionSummary
impl Send for ThemeVersionSummary
impl Sync for ThemeVersionSummary
impl Unpin for ThemeVersionSummary
impl UnwindSafe for ThemeVersionSummary
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