Enum sqlite3_parser::ast::FrameMode
source · pub enum FrameMode {
Groups,
Range,
Rows,
}
Variants§
Trait Implementations§
impl Copy for FrameMode
impl Eq for FrameMode
impl StructuralEq for FrameMode
impl StructuralPartialEq for FrameMode
Auto Trait Implementations§
impl RefUnwindSafe for FrameMode
impl Send for FrameMode
impl Sync for FrameMode
impl Unpin for FrameMode
impl UnwindSafe for FrameMode
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.