Struct accumulator::Entry [] [src]

pub struct Entry<V> {
    pub received_response: Vec<V>,
}

entry in the accumulator

Fields

received_response: Vec<V>

Expected threshold for resolve

Trait Implementations

impl<V: Clone> Clone for Entry<V>
[src]

fn clone(&self) -> Entry<V>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more