[][src]Struct solana_jsonrpc_server_utils::hosts::Host

pub struct Host { /* fields omitted */ }

Host type

Methods

impl Host
[src]

Creates a new Host given hostname and port number.

Attempts to parse given string as a Host. NOTE: This method always succeeds and falls back to sensible defaults.

Trait Implementations

impl Pattern for Host
[src]

impl Clone for Host
[src]

Performs copy-assignment from source. Read more

impl<T: AsRef<str>> From<T> for Host
[src]

impl Eq for Host
[src]

impl PartialEq<Host> for Host
[src]

impl Debug for Host
[src]

impl Deref for Host
[src]

The resulting type after dereferencing.

impl Hash for Host
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Host

impl Sync for Host

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T