Struct tor_netdoc::doc::microdesc::AnnotatedMicrodesc
source · pub struct AnnotatedMicrodesc { /* private fields */ }
Expand description
A microdescriptor annotated with additional data
TODO: rename this.
Implementations§
source§impl AnnotatedMicrodesc
impl AnnotatedMicrodesc
Trait Implementations§
source§impl Clone for AnnotatedMicrodesc
impl Clone for AnnotatedMicrodesc
source§fn clone(&self) -> AnnotatedMicrodesc
fn clone(&self) -> AnnotatedMicrodesc
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