Struct libp2p::core::multiaddr::Onion3Addr [−][src]
pub struct Onion3Addr<'a>(_, _);
Expand description
Represents an Onion v3 address
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Onion3Addr<'a>
impl<'a> Send for Onion3Addr<'a>
impl<'a> Sync for Onion3Addr<'a>
impl<'a> Unpin for Onion3Addr<'a>
impl<'a> UnwindSafe for Onion3Addr<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V