Struct generic_btree::QueryResult
source · pub struct QueryResult {
pub elem_index: usize,
pub offset: usize,
pub found: bool,
/* private fields */
}Fields§
§elem_index: usize§offset: usize§found: boolTrait Implementations§
source§impl Clone for QueryResult
impl Clone for QueryResult
source§fn clone(&self) -> QueryResult
fn clone(&self) -> QueryResult
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 more