Struct rbdc_sqlite::value::SqliteValueRef
source · [−]pub struct SqliteValueRef<'r>(_);
Implementations
sourceimpl<'r> SqliteValueRef<'r>
impl<'r> SqliteValueRef<'r>
pub fn to_owned(&self) -> SqliteValue
pub fn type_info(&self) -> Cow<'_, SqliteTypeInfo>
pub fn is_null(&self) -> bool
Auto Trait Implementations
impl<'r> RefUnwindSafe for SqliteValueRef<'r>
impl<'r> Send for SqliteValueRef<'r>
impl<'r> Sync for SqliteValueRef<'r>
impl<'r> Unpin for SqliteValueRef<'r>
impl<'r> UnwindSafe for SqliteValueRef<'r>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more