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