pub struct SqlParameterName(/* private fields */);Expand description
A named SQL parameter identifier.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SqlParameterName
impl AsRef<str> for SqlParameterName
Source§impl Clone for SqlParameterName
impl Clone for SqlParameterName
Source§fn clone(&self) -> SqlParameterName
fn clone(&self) -> SqlParameterName
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 SqlParameterName
impl Debug for SqlParameterName
Source§impl Display for SqlParameterName
impl Display for SqlParameterName
Source§impl FromStr for SqlParameterName
impl FromStr for SqlParameterName
Source§impl Hash for SqlParameterName
impl Hash for SqlParameterName
Source§impl Ord for SqlParameterName
impl Ord for SqlParameterName
Source§fn cmp(&self, other: &SqlParameterName) -> Ordering
fn cmp(&self, other: &SqlParameterName) -> 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 SqlParameterName
impl PartialEq for SqlParameterName
Source§fn eq(&self, other: &SqlParameterName) -> bool
fn eq(&self, other: &SqlParameterName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SqlParameterName
impl PartialOrd for SqlParameterName
impl Eq for SqlParameterName
impl StructuralPartialEq for SqlParameterName
Auto Trait Implementations§
impl Freeze for SqlParameterName
impl RefUnwindSafe for SqlParameterName
impl Send for SqlParameterName
impl Sync for SqlParameterName
impl Unpin for SqlParameterName
impl UnsafeUnpin for SqlParameterName
impl UnwindSafe for SqlParameterName
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