Struct rbdc_sqlite::value::SqliteValue
source · pub struct SqliteValue { /* private fields */ }Implementations§
source§impl SqliteValue
impl SqliteValue
source§impl SqliteValue
impl SqliteValue
pub fn as_ref(&self) -> SqliteValueRef<'_>
pub fn type_info(&self) -> Cow<'_, SqliteTypeInfo>
pub fn is_null(&self) -> bool
Trait Implementations§
source§impl Clone for SqliteValue
impl Clone for SqliteValue
source§fn clone(&self) -> SqliteValue
fn clone(&self) -> SqliteValue
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 moreAuto Trait Implementations§
impl RefUnwindSafe for SqliteValue
impl Send for SqliteValue
impl Sync for SqliteValue
impl Unpin for SqliteValue
impl UnwindSafe for SqliteValue
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