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
Auto Trait Implementations§
impl RefUnwindSafe for MicrodescAnnotation
impl Send for MicrodescAnnotation
impl Sync for MicrodescAnnotation
impl Unpin for MicrodescAnnotation
impl UnwindSafe for MicrodescAnnotation
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