#[repr(C)]pub struct FDB_result { /* private fields */ }
Trait Implementations§
Source§impl Clone for FDB_result
impl Clone for FDB_result
Source§fn clone(&self) -> FDB_result
fn clone(&self) -> FDB_result
Returns a copy 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 FDB_result
impl Debug for FDB_result
impl Copy for FDB_result
Auto Trait Implementations§
impl Freeze for FDB_result
impl RefUnwindSafe for FDB_result
impl Send for FDB_result
impl Sync for FDB_result
impl Unpin for FDB_result
impl UnwindSafe for FDB_result
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