Struct arti_tor_client::ConnectPrefs[][src]

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

Preferences for how to route a stream over the Tor network.

Implementations

Construct a new ConnnectPrefs.

Indicate that a stream may be made over IPv4 or IPv6, but that we’d prefer IPv6.

Indicate that a stream may only be made over IPv6.

When this option is set, we will only pick exit relays that suppport IPv6, and we will tell them to only give us IPv6 connections.

Indicate that a stream may be made over IPv4 or IPv6, but that we’d prefer IPv4.

This is the default.

Indicate that a stream may only be made over IPv4.

When this option is set, we will only pick exit relays that suppport IPv4, and we will tell them to only give us IPv4 connections.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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.