pub struct DatabaseHandle { /* private fields */ }
Implementations§
Source§impl DatabaseHandle
impl DatabaseHandle
Sourcepub unsafe fn from_raw(raw: duckdb_database) -> Arc<Self>
pub unsafe fn from_raw(raw: duckdb_database) -> Arc<Self>
§Safety
- Takes ownership of
raw
Trait Implementations§
Source§impl Debug for DatabaseHandle
impl Debug for DatabaseHandle
Source§impl Deref for DatabaseHandle
impl Deref for DatabaseHandle
Auto Trait Implementations§
impl Freeze for DatabaseHandle
impl RefUnwindSafe for DatabaseHandle
impl !Send for DatabaseHandle
impl !Sync for DatabaseHandle
impl Unpin for DatabaseHandle
impl UnwindSafe for DatabaseHandle
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