pub struct RusqliteValue(pub Value);Tuple Fields§
§0: ValueTrait Implementations§
Source§impl Clone for RusqliteValue
impl Clone for RusqliteValue
Source§fn clone(&self) -> RusqliteValue
fn clone(&self) -> RusqliteValue
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 RusqliteValue
impl Debug for RusqliteValue
Source§impl PartialEq for RusqliteValue
impl PartialEq for RusqliteValue
Source§impl ToSql for RusqliteValue
impl ToSql for RusqliteValue
Source§fn to_sql(&self) -> Result<ToSqlOutput<'_>>
fn to_sql(&self) -> Result<ToSqlOutput<'_>>
Converts Rust value to SQLite value
impl StructuralPartialEq for RusqliteValue
Auto Trait Implementations§
impl Freeze for RusqliteValue
impl RefUnwindSafe for RusqliteValue
impl Send for RusqliteValue
impl Sync for RusqliteValue
impl Unpin for RusqliteValue
impl UnwindSafe for RusqliteValue
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