Skip to main content

BooleanLike

Trait BooleanLike 

Source
pub trait BooleanLike: DataType { }
Expand description

Boolean-like SQL types that support logical operations (NOT, AND, OR).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl BooleanLike for drizzle_types::postgres::types::Boolean

Source§

impl BooleanLike for drizzle_types::mysql::types::Boolean

Source§

impl BooleanLike for Conjunction

Source§

impl BooleanLike for Integer