Enum ic_types::hash_tree::LookupResult [−][src]
Expand description
A result of looking up for a certificate.
Variants
The value is guaranteed to be absent in the original state tree.
This partial view does not include information about this path, and the original tree may or may note include this value.
The value was found at the referenced node.
The path does not make sense for this certificate.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'tree> RefUnwindSafe for LookupResult<'tree>impl<'tree> Send for LookupResult<'tree>impl<'tree> Sync for LookupResult<'tree>impl<'tree> Unpin for LookupResult<'tree>impl<'tree> UnwindSafe for LookupResult<'tree>Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self