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