Struct sqlx_rqlite::value::RqliteValue
source · pub struct RqliteValue { /* private fields */ }Trait Implementations§
source§impl Clone for RqliteValue
impl Clone for RqliteValue
source§fn clone(&self) -> RqliteValue
fn clone(&self) -> RqliteValue
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 Value for RqliteValue
impl Value for RqliteValue
type Database = Rqlite
source§fn as_ref(&self) -> RqliteValueRef<'_>
fn as_ref(&self) -> RqliteValueRef<'_>
Get this value as a reference.
source§fn type_info(&self) -> Cow<'_, RqliteTypeInfo>
fn type_info(&self) -> Cow<'_, RqliteTypeInfo>
Get the type information for this value.
source§fn decode_unchecked<'r, T>(&'r self) -> T
fn decode_unchecked<'r, T>(&'r self) -> T
Decode this single value into the requested type. Read more
Auto Trait Implementations§
impl Freeze for RqliteValue
impl RefUnwindSafe for RqliteValue
impl Send for RqliteValue
impl Sync for RqliteValue
impl Unpin for RqliteValue
impl UnwindSafe for RqliteValue
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