pub enum SqlArrayMapping {
As(String),
Composite,
}Variants§
Trait Implementations§
Source§impl Clone for SqlArrayMapping
impl Clone for SqlArrayMapping
Source§fn clone(&self) -> SqlArrayMapping
fn clone(&self) -> SqlArrayMapping
Returns a duplicate of the value. Read more
1.0.0 · 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 SqlArrayMapping
impl Debug for SqlArrayMapping
Source§impl From<SqlArrayMappingRef> for SqlArrayMapping
impl From<SqlArrayMappingRef> for SqlArrayMapping
Source§fn from(value: SqlArrayMappingRef) -> Self
fn from(value: SqlArrayMappingRef) -> Self
Converts to this type from the input type.
Source§impl Hash for SqlArrayMapping
impl Hash for SqlArrayMapping
Source§impl Ord for SqlArrayMapping
impl Ord for SqlArrayMapping
Source§fn cmp(&self, other: &SqlArrayMapping) -> Ordering
fn cmp(&self, other: &SqlArrayMapping) -> Ordering
1.21.0 · 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 SqlArrayMapping
impl PartialEq for SqlArrayMapping
Source§impl PartialOrd for SqlArrayMapping
impl PartialOrd for SqlArrayMapping
impl Eq for SqlArrayMapping
impl StructuralPartialEq for SqlArrayMapping
Auto Trait Implementations§
impl Freeze for SqlArrayMapping
impl RefUnwindSafe for SqlArrayMapping
impl Send for SqlArrayMapping
impl Sync for SqlArrayMapping
impl Unpin for SqlArrayMapping
impl UnsafeUnpin for SqlArrayMapping
impl UnwindSafe for SqlArrayMapping
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.