Struct tor_basic_utils::iter::DisplayFracRejected
source · pub struct DisplayFracRejected<'a>(_);
Expand description
Return value from FilterCount::display_frac_rejected
.
Trait Implementations§
source§impl<'a> Clone for DisplayFracRejected<'a>
impl<'a> Clone for DisplayFracRejected<'a>
source§fn clone(&self) -> DisplayFracRejected<'a>
fn clone(&self) -> DisplayFracRejected<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more