Struct aws_sdk_quicksight::types::Entity
source · #[non_exhaustive]pub struct Entity { /* private fields */ }Expand description
An object, structure, or sub-structure of an analysis, template, or dashboard.
Implementations§
Trait Implementations§
source§impl PartialEq<Entity> for Entity
impl PartialEq<Entity> for Entity
impl StructuralPartialEq for Entity
Auto Trait Implementations§
impl RefUnwindSafe for Entity
impl Send for Entity
impl Sync for Entity
impl Unpin for Entity
impl UnwindSafe for Entity
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