pub struct Boolean;Trait Implementations§
impl Assignable for Boolean
impl Assignable<Boolean> for Any
impl BooleanAggregatePolicy<PostgresDialect> for Boolean
impl BooleanLike for Boolean
impl Compatible for Boolean
impl Compatible<Any> for Boolean
impl Compatible<Boolean> for Any
impl Compatible<Placeholder> for Boolean
impl Copy for Boolean
impl DataType for Boolean
Source§impl DefaultCastTypeName for Boolean
impl DefaultCastTypeName for Boolean
const CAST_TYPE_NAME: &'static str = "BOOLEAN"
impl Eq for Boolean
Source§impl SQLTypeToRust<PostgresDialect> for Boolean
impl SQLTypeToRust<PostgresDialect> for Boolean
impl StructuralPartialEq for Boolean
Auto Trait Implementations§
impl Freeze for Boolean
impl RefUnwindSafe for Boolean
impl Send for Boolean
impl Sync for Boolean
impl Unpin for Boolean
impl UnsafeUnpin for Boolean
impl UnwindSafe for Boolean
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