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 ==.impl Copy for QueryResult
impl Eq for QueryResult
impl StructuralEq for QueryResult
impl StructuralPartialEq for QueryResult
Auto Trait Implementations§
impl RefUnwindSafe for QueryResult
impl Send for QueryResult
impl Sync for QueryResult
impl Unpin for QueryResult
impl UnwindSafe for QueryResult
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