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