Struct duniter_wotb::WotDistance [] [src]

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

Results of WebOfTrust::compute_distance.

Fields

Sentries count

Success count

Succes at border count

Reached count

Reached at border count

Is the node outdistanced ?

Trait Implementations

impl Debug for WotDistance
[src]

[src]

Formats the value using the given formatter. Read more

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]

Auto Trait Implementations

impl Send for WotDistance

impl Sync for WotDistance