#[non_exhaustive]pub struct RedshiftDialect { /* private fields */ }Expand description
The dialect definition for Redshift.
Implementations§
Trait Implementations§
Source§impl Clone for RedshiftDialect
impl Clone for RedshiftDialect
Source§fn clone(&self) -> RedshiftDialect
fn clone(&self) -> RedshiftDialect
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RedshiftDialect
impl Debug for RedshiftDialect
Source§impl Default for RedshiftDialect
impl Default for RedshiftDialect
Source§fn default() -> RedshiftDialect
fn default() -> RedshiftDialect
Returns the “default value” for a type. Read more
Source§impl Message for RedshiftDialect
impl Message for RedshiftDialect
Source§impl PartialEq for RedshiftDialect
impl PartialEq for RedshiftDialect
impl StructuralPartialEq for RedshiftDialect
Auto Trait Implementations§
impl Freeze for RedshiftDialect
impl RefUnwindSafe for RedshiftDialect
impl Send for RedshiftDialect
impl Sync for RedshiftDialect
impl Unpin for RedshiftDialect
impl UnwindSafe for RedshiftDialect
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