[][src]Struct electrscash::config::ResolvAddr

pub struct ResolvAddr(_);

Newtype for an address that is parsed as String

The main point of this newtype is to provide better description than what String type provides.

Trait Implementations

impl<'de> Deserialize<'de> for ResolvAddr[src]

impl ParseArg for ResolvAddr[src]

type Error = InvalidUtf8

Type returned in Err variant of Result when parsing fails.

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> ParseArg for T where
    T: ParseArgFromStr,
    <T as FromStr>::Err: Display

type Error = ParseArgError<<T as FromStr>::Err>

Type returned in Err variant of Result when parsing fails.

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