Struct aws_sdk_quicksight::model::Theme
source · [−]#[non_exhaustive]pub struct Theme { /* private fields */ }Expand description
Summary information about a theme.
Implementations
sourceimpl Theme
impl Theme
sourcepub fn version(&self) -> Option<&ThemeVersion>
pub fn version(&self) -> Option<&ThemeVersion>
A version of a theme.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The date and time that the theme was created.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The date and time that the theme was last updated.
Trait Implementations
impl StructuralPartialEq for Theme
Auto Trait Implementations
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnwindSafe for Theme
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