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 moreAuto Trait Implementations§
impl RefUnwindSafe for AnnotatedMicrodesc
impl !Send for AnnotatedMicrodesc
impl !Sync for AnnotatedMicrodesc
impl Unpin for AnnotatedMicrodesc
impl UnwindSafe for AnnotatedMicrodesc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more