Struct sqlite3_parser::ast::WindowDef
source · Fields§
§name: Name
§window: Window
Trait Implementations§
impl Eq for WindowDef
impl StructuralEq for WindowDef
impl StructuralPartialEq for WindowDef
Auto Trait Implementations§
impl RefUnwindSafe for WindowDef
impl Send for WindowDef
impl Sync for WindowDef
impl Unpin for WindowDef
impl UnwindSafe for WindowDef
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.