Struct tor_netdoc::doc::microdesc::AnnotatedMicrodesc [−][src]
pub struct AnnotatedMicrodesc { /* fields omitted */ }
Expand description
A microdescriptor annotated with additional data
TODO: rename this.
Implementations
Consume this annotated microdesc and discard its annotations.
Return a reference to the microdescriptor within this annotated microdescriptor.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AnnotatedMicrodesc
impl !Send for AnnotatedMicrodesc
impl !Sync for AnnotatedMicrodesc
impl Unpin for AnnotatedMicrodesc
impl UnwindSafe for AnnotatedMicrodesc
Blanket Implementations
Mutably borrows from an owned value. Read more