pub struct SqlStringLiteral(/* private fields */);Expand description
SQL string literal text.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SqlStringLiteral
impl AsRef<str> for SqlStringLiteral
Source§impl Clone for SqlStringLiteral
impl Clone for SqlStringLiteral
Source§fn clone(&self) -> SqlStringLiteral
fn clone(&self) -> SqlStringLiteral
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 SqlStringLiteral
impl Debug for SqlStringLiteral
Source§impl Default for SqlStringLiteral
impl Default for SqlStringLiteral
Source§fn default() -> SqlStringLiteral
fn default() -> SqlStringLiteral
Returns the “default value” for a type. Read more
Source§impl Display for SqlStringLiteral
impl Display for SqlStringLiteral
Source§impl Hash for SqlStringLiteral
impl Hash for SqlStringLiteral
Source§impl Ord for SqlStringLiteral
impl Ord for SqlStringLiteral
Source§fn cmp(&self, other: &SqlStringLiteral) -> Ordering
fn cmp(&self, other: &SqlStringLiteral) -> 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 SqlStringLiteral
impl PartialEq for SqlStringLiteral
Source§fn eq(&self, other: &SqlStringLiteral) -> bool
fn eq(&self, other: &SqlStringLiteral) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SqlStringLiteral
impl PartialOrd for SqlStringLiteral
impl Eq for SqlStringLiteral
impl StructuralPartialEq for SqlStringLiteral
Auto Trait Implementations§
impl Freeze for SqlStringLiteral
impl RefUnwindSafe for SqlStringLiteral
impl Send for SqlStringLiteral
impl Sync for SqlStringLiteral
impl Unpin for SqlStringLiteral
impl UnsafeUnpin for SqlStringLiteral
impl UnwindSafe for SqlStringLiteral
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