Struct generic_btree::QueryResult
source · pub struct QueryResult {
pub leaf: ArenaIndex,
pub elem_index: usize,
pub offset: usize,
pub found: bool,
}Fields§
§leaf: ArenaIndex§elem_index: usize§offset: usize§found: boolImplementations§
source§impl QueryResult
impl QueryResult
Trait 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 moresource§impl Debug for QueryResult
impl Debug for QueryResult
source§impl PartialEq<QueryResult> for QueryResult
impl PartialEq<QueryResult> for QueryResult
source§fn eq(&self, other: &QueryResult) -> bool
fn eq(&self, other: &QueryResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.