#[repr(C)]pub struct LocalResult {
pub buf: *const c_char,
pub size: usize,
pub elapsed: f64,
pub rows_read: u64,
pub bytes_read: u64,
/* private fields */
}
Fields§
§buf: *const c_char
§size: usize
§elapsed: f64
§rows_read: u64
§bytes_read: u64
Trait Implementations§
Source§impl Clone for LocalResult
impl Clone for LocalResult
Source§fn clone(&self) -> LocalResult
fn clone(&self) -> LocalResult
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 LocalResult
impl Debug for LocalResult
impl Copy for LocalResult
Auto Trait Implementations§
impl Freeze for LocalResult
impl RefUnwindSafe for LocalResult
impl !Send for LocalResult
impl !Sync for LocalResult
impl Unpin for LocalResult
impl UnwindSafe for LocalResult
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