pub struct AlopexDialect;Expand description
Alopex標準のSQL方言。
Trait Implementations§
Source§impl Clone for AlopexDialect
impl Clone for AlopexDialect
Source§fn clone(&self) -> AlopexDialect
fn clone(&self) -> AlopexDialect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AlopexDialect
impl Debug for AlopexDialect
Source§impl Default for AlopexDialect
impl Default for AlopexDialect
Source§fn default() -> AlopexDialect
fn default() -> AlopexDialect
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AlopexDialect
impl RefUnwindSafe for AlopexDialect
impl Send for AlopexDialect
impl Sync for AlopexDialect
impl Unpin for AlopexDialect
impl UnsafeUnpin for AlopexDialect
impl UnwindSafe for AlopexDialect
Blanket Implementations§
impl<T> Allocation for T
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