#[repr(C)]pub struct QueryCompletion {
pub commandTag: Type,
pub nprocessed: uint64,
}Fields§
§commandTag: Type§nprocessed: uint64Trait Implementations§
Source§impl Clone for QueryCompletion
impl Clone for QueryCompletion
Source§fn clone(&self) -> QueryCompletion
fn clone(&self) -> QueryCompletion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QueryCompletion
Source§impl Debug for QueryCompletion
impl Debug for QueryCompletion
Auto Trait Implementations§
impl Freeze for QueryCompletion
impl RefUnwindSafe for QueryCompletion
impl Send for QueryCompletion
impl Sync for QueryCompletion
impl Unpin for QueryCompletion
impl UnsafeUnpin for QueryCompletion
impl UnwindSafe for QueryCompletion
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