Struct duckdb_extension_framework::Value
source · pub struct Value(_);
Expand description
The Value object holds a single arbitrary value of any type that can be stored in the database.
Implementations
sourceimpl Value
impl Value
sourcepub fn get_varchar(&self) -> CString
pub fn get_varchar(&self) -> CString
Obtains a string representation of the given value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl !Send for Value
impl !Sync for Value
impl Unpin for Value
impl UnwindSafe for Value
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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