Struct duniter_rs_wotb::WotDistance [] [src]

pub struct WotDistance {
    pub sentries: u32,
    pub success: u32,
    pub reached: u32,
    pub outdistanced: bool,
}

Results of WebOfTrust::compute_distance.

Fields

Sentries count

Success count

Reached count

Is the node outdistanced ?

Trait Implementations

impl Debug for WotDistance
[src]

[src]

Formats the value using the given formatter.

impl Copy for WotDistance
[src]

impl Clone for WotDistance
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for WotDistance
[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 WotDistance
[src]