Struct tor_netdoc::doc::routerdesc::RouterAnnotation
source · pub struct RouterAnnotation { /* private fields */ }Available on crate feature
routerdesc only.Expand description
Annotations about a router descriptor, as stored on disc.
Trait Implementations§
source§impl Default for RouterAnnotation
impl Default for RouterAnnotation
source§fn default() -> RouterAnnotation
fn default() -> RouterAnnotation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RouterAnnotation
impl RefUnwindSafe for RouterAnnotation
impl Send for RouterAnnotation
impl Sync for RouterAnnotation
impl Unpin for RouterAnnotation
impl UnwindSafe for RouterAnnotation
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