Struct tor_netdoc::doc::routerdesc::AnnotatedRouterDesc
source · pub struct AnnotatedRouterDesc { /* private fields */ }
Available on crate feature
routerdesc
only.Expand description
A router descriptor, with possible annotations.
Auto Trait Implementations§
impl !RefUnwindSafe for AnnotatedRouterDesc
impl !Send for AnnotatedRouterDesc
impl !Sync for AnnotatedRouterDesc
impl Unpin for AnnotatedRouterDesc
impl !UnwindSafe for AnnotatedRouterDesc
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