Struct tor_netdoc::doc::microdesc::MicrodescAnnotation
source · pub struct MicrodescAnnotation { /* private fields */ }
Expand description
Annotations prepended to a microdescriptor that has been stored to disk.
Trait Implementations§
source§impl Clone for MicrodescAnnotation
impl Clone for MicrodescAnnotation
source§fn clone(&self) -> MicrodescAnnotation
fn clone(&self) -> MicrodescAnnotation
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 moresource§impl Debug for MicrodescAnnotation
impl Debug for MicrodescAnnotation
source§impl Default for MicrodescAnnotation
impl Default for MicrodescAnnotation
source§fn default() -> MicrodescAnnotation
fn default() -> MicrodescAnnotation
Returns the “default value” for a type. Read more