Enum duniter_wotb::data::HasLinkResult[][src]

pub enum HasLinkResult {
    Link(bool),
    UnknownSource(),
    UnknownTarget(),
}

Results of a certification test.

Variants

Both nodes are known, here is the result.

Unknown source.

Unknown target.

Trait Implementations

impl Debug for HasLinkResult
[src]

Formats the value using the given formatter. Read more

impl Copy for HasLinkResult
[src]

impl Clone for HasLinkResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for HasLinkResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for HasLinkResult
[src]

Auto Trait Implementations