Struct aws_sdk_quicksight::types::CustomSql
source · #[non_exhaustive]pub struct CustomSql { /* private fields */ }Expand description
A physical table type built from the results of the custom SQL query.
Implementations§
Trait Implementations§
source§impl PartialEq<CustomSql> for CustomSql
impl PartialEq<CustomSql> for CustomSql
impl StructuralPartialEq for CustomSql
Auto Trait Implementations§
impl RefUnwindSafe for CustomSql
impl Send for CustomSql
impl Sync for CustomSql
impl Unpin for CustomSql
impl UnwindSafe for CustomSql
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