Struct tor_netdoc::doc::hsdesc::HsDescInner
source · pub struct HsDescInner { /* private fields */ }
Available on crate features
hs-common
and hsdesc-inner-docs
only.Expand description
The contents of the inner document of an onion service descriptor.
Implementations§
source§impl HsDescInner
impl HsDescInner
sourcepub fn parse(s: &str) -> Result<HsDescInner>
pub fn parse(s: &str) -> Result<HsDescInner>
Attempt to parse the inner document of an onion service descriptor from a provided string.
Trait Implementations§
source§impl Clone for HsDescInner
impl Clone for HsDescInner
source§fn clone(&self) -> HsDescInner
fn clone(&self) -> HsDescInner
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