#[repr(C)]pub struct _duckdb_catalog_entry {
pub internal_ptr: *mut c_void,
}Expand description
! A handle to a catalog entry (e.g., table, view, index, etc.).
! Must be destroyed with duckdb_destroy_catalog_entry.
Fields§
§internal_ptr: *mut c_voidTrait Implementations§
Source§impl Clone for _duckdb_catalog_entry
impl Clone for _duckdb_catalog_entry
Source§fn clone(&self) -> _duckdb_catalog_entry
fn clone(&self) -> _duckdb_catalog_entry
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 _duckdb_catalog_entry
impl Debug for _duckdb_catalog_entry
impl Copy for _duckdb_catalog_entry
Auto Trait Implementations§
impl Freeze for _duckdb_catalog_entry
impl RefUnwindSafe for _duckdb_catalog_entry
impl !Send for _duckdb_catalog_entry
impl !Sync for _duckdb_catalog_entry
impl Unpin for _duckdb_catalog_entry
impl UnsafeUnpin for _duckdb_catalog_entry
impl UnwindSafe for _duckdb_catalog_entry
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