Struct tor_netdoc::doc::hsdesc::IntroPointDesc
source · pub struct IntroPointDesc { /* private fields */ }
Available on crate feature
hs-common
only.Expand description
Information in an onion service descriptor about a single introduction point.
Trait Implementations§
source§impl Clone for IntroPointDesc
impl Clone for IntroPointDesc
source§fn clone(&self) -> IntroPointDesc
fn clone(&self) -> IntroPointDesc
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 more