Struct tree_index::Verification [−][src]
Returned by .verified_by().
Fields
node: usize
                           Node that verifies the index.
top: usize
                           The highest Node found.
Trait Implementations
impl Debug for Verification[src] 
impl Debug for Verificationfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Verification[src] 
impl PartialEq for Verificationfn eq(&self, other: &Verification) -> bool[src] 
fn eq(&self, other: &Verification) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Verification) -> bool[src] 
fn ne(&self, other: &Verification) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for Verification
impl Send for Verificationimpl Sync for Verification
impl Sync for Verification