Struct sqlx_rxqlite::type_info::RXQLiteTypeInfo
source · pub struct RXQLiteTypeInfo(/* private fields */);Expand description
Type information for a SQLite type.
Trait Implementations§
source§impl Clone for RXQLiteTypeInfo
impl Clone for RXQLiteTypeInfo
source§fn clone(&self) -> RXQLiteTypeInfo
fn clone(&self) -> RXQLiteTypeInfo
Returns a copy 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 RXQLiteTypeInfo
impl Debug for RXQLiteTypeInfo
source§impl Display for RXQLiteTypeInfo
impl Display for RXQLiteTypeInfo
source§impl Hash for RXQLiteTypeInfo
impl Hash for RXQLiteTypeInfo
source§impl PartialEq for RXQLiteTypeInfo
impl PartialEq for RXQLiteTypeInfo
source§fn eq(&self, other: &RXQLiteTypeInfo) -> bool
fn eq(&self, other: &RXQLiteTypeInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RXQLiteTypeInfo
impl StructuralPartialEq for RXQLiteTypeInfo
Auto Trait Implementations§
impl Freeze for RXQLiteTypeInfo
impl RefUnwindSafe for RXQLiteTypeInfo
impl Send for RXQLiteTypeInfo
impl Sync for RXQLiteTypeInfo
impl Unpin for RXQLiteTypeInfo
impl UnwindSafe for RXQLiteTypeInfo
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<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.