Struct tor_linkspec::OwnedChanTarget[][src]

pub struct OwnedChanTarget { /* fields omitted */ }
Expand description

OwnedChanTarget is a summary of a ChanTarget that owns all of its members.

Implementations

Construct a new OwnedChanTarget from its parts.

Construct a OwnedChanTarget from a given ChanTarget.

Trait Implementations

Return the addresses at which you can connect to this relay

Return the ed25519 identity for this relay.

Return the RSA identity for this relay.

Return the ed25519 identity key for this relay, if it is valid. Read more

Return a new OwnedChanTarget containing a copy of the information in this ChanTarget. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.