pub enum FragmentIdent<D: Dialect> {
A,
B,
Accumulator,
_Dialect(PhantomData<D>),
}
Variants§
Trait Implementations§
Source§impl<D: Clone + Dialect> Clone for FragmentIdent<D>
impl<D: Clone + Dialect> Clone for FragmentIdent<D>
Source§fn clone(&self) -> FragmentIdent<D>
fn clone(&self) -> FragmentIdent<D>
Returns a copy 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<D: Dialect> Display for FragmentIdent<D>
impl<D: Dialect> Display for FragmentIdent<D>
impl<D: Copy + Dialect> Copy for FragmentIdent<D>
impl<D: Eq + Dialect> Eq for FragmentIdent<D>
impl<D: Dialect> StructuralPartialEq for FragmentIdent<D>
Auto Trait Implementations§
impl<D> Freeze for FragmentIdent<D>
impl<D> RefUnwindSafe for FragmentIdent<D>where
D: RefUnwindSafe,
impl<D> Send for FragmentIdent<D>
impl<D> Sync for FragmentIdent<D>
impl<D> Unpin for FragmentIdent<D>where
D: Unpin,
impl<D> UnwindSafe for FragmentIdent<D>where
D: UnwindSafe,
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