Enum ic_agent::hash_tree::LookupResult
source · [−]Expand description
A result of looking up for a certificate.
Variants
Absent
The value is guaranteed to be absent in the original state tree.
Unknown
This partial view does not include information about this path, and the original tree may or may note include this value.
Found(&'tree [u8])
The value was found at the referenced node.
Error
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
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more