pub struct SqlBooleanLiteral(/* private fields */);Expand description
SQL boolean literal.
Implementations§
Trait Implementations§
Source§impl Clone for SqlBooleanLiteral
impl Clone for SqlBooleanLiteral
Source§fn clone(&self) -> SqlBooleanLiteral
fn clone(&self) -> SqlBooleanLiteral
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SqlBooleanLiteral
impl Debug for SqlBooleanLiteral
Source§impl Default for SqlBooleanLiteral
impl Default for SqlBooleanLiteral
Source§fn default() -> SqlBooleanLiteral
fn default() -> SqlBooleanLiteral
Returns the “default value” for a type. Read more
Source§impl Display for SqlBooleanLiteral
impl Display for SqlBooleanLiteral
Source§impl Hash for SqlBooleanLiteral
impl Hash for SqlBooleanLiteral
Source§impl Ord for SqlBooleanLiteral
impl Ord for SqlBooleanLiteral
Source§fn cmp(&self, other: &SqlBooleanLiteral) -> Ordering
fn cmp(&self, other: &SqlBooleanLiteral) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SqlBooleanLiteral
impl PartialEq for SqlBooleanLiteral
Source§fn eq(&self, other: &SqlBooleanLiteral) -> bool
fn eq(&self, other: &SqlBooleanLiteral) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SqlBooleanLiteral
impl PartialOrd for SqlBooleanLiteral
impl Copy for SqlBooleanLiteral
impl Eq for SqlBooleanLiteral
impl StructuralPartialEq for SqlBooleanLiteral
Auto Trait Implementations§
impl Freeze for SqlBooleanLiteral
impl RefUnwindSafe for SqlBooleanLiteral
impl Send for SqlBooleanLiteral
impl Sync for SqlBooleanLiteral
impl Unpin for SqlBooleanLiteral
impl UnsafeUnpin for SqlBooleanLiteral
impl UnwindSafe for SqlBooleanLiteral
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