Enum duniter_rs_wotb::RemovedLinkResult [] [src]

pub enum RemovedLinkResult {
    Removed(usize),
    UnknownCert(usize),
    UnknownSource(),
    UnknownTarget(),
}

Results of a certification removal, with the current certification count of the destination as parameter.

Variants

Certification has been removed.

Requested certification doesn't exist.

Unknown source.

Unknown target.

Trait Implementations

impl Debug for RemovedLinkResult
[src]

[src]

Formats the value using the given formatter.

impl Copy for RemovedLinkResult
[src]

impl Clone for RemovedLinkResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RemovedLinkResult
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for RemovedLinkResult
[src]