#[non_exhaustive]pub struct HiveQLDialect { /* private fields */ }Expand description
The dialect definition for HiveQL.
Implementations§
Source§impl HiveQLDialect
impl HiveQLDialect
Trait Implementations§
Source§impl Clone for HiveQLDialect
impl Clone for HiveQLDialect
Source§fn clone(&self) -> HiveQLDialect
fn clone(&self) -> HiveQLDialect
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 HiveQLDialect
impl Debug for HiveQLDialect
Source§impl Default for HiveQLDialect
impl Default for HiveQLDialect
Source§fn default() -> HiveQLDialect
fn default() -> HiveQLDialect
Returns the “default value” for a type. Read more
Source§impl Message for HiveQLDialect
impl Message for HiveQLDialect
Source§impl PartialEq for HiveQLDialect
impl PartialEq for HiveQLDialect
impl StructuralPartialEq for HiveQLDialect
Auto Trait Implementations§
impl Freeze for HiveQLDialect
impl RefUnwindSafe for HiveQLDialect
impl Send for HiveQLDialect
impl Sync for HiveQLDialect
impl Unpin for HiveQLDialect
impl UnwindSafe for HiveQLDialect
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