Enum sqlite3_parser::ast::As
source · Variants§
Trait Implementations§
impl Eq for As
impl StructuralEq for As
impl StructuralPartialEq for As
Auto Trait Implementations§
impl RefUnwindSafe for As
impl Send for As
impl Sync for As
impl Unpin for As
impl UnwindSafe for As
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.