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