Struct tor_netdoc::types::Nickname
source · pub struct Nickname(/* private fields */);
Available on crate feature
dangerous-expose-struct-fields
only.Expand description
The nickname for a Tor relay.
These nicknames are legacy mechanism that’s occasionally useful in debugging. They should never be used to uniquely identify relays; nothing prevents two relays from having the same nickname.
Nicknames are required to be ASCII, alphanumeric, and between 1 and 19 characters inclusive.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Nickname
impl Send for Nickname
impl Sync for Nickname
impl Unpin for Nickname
impl UnwindSafe for Nickname
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