Struct sqlx_rxqlite::value::RXQLiteValue
source · pub struct RXQLiteValue { /* private fields */ }Trait Implementations§
source§impl Clone for RXQLiteValue
impl Clone for RXQLiteValue
source§fn clone(&self) -> RXQLiteValue
fn clone(&self) -> RXQLiteValue
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 RXQLiteValue
impl Value for RXQLiteValue
type Database = RXQLite
source§fn as_ref(&self) -> RXQLiteValueRef<'_>
fn as_ref(&self) -> RXQLiteValueRef<'_>
Get this value as a reference.
source§fn type_info(&self) -> Cow<'_, RXQLiteTypeInfo>
fn type_info(&self) -> Cow<'_, RXQLiteTypeInfo>
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 RXQLiteValue
impl RefUnwindSafe for RXQLiteValue
impl Send for RXQLiteValue
impl Sync for RXQLiteValue
impl Unpin for RXQLiteValue
impl UnwindSafe for RXQLiteValue
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