[][src]Struct tc_coblox_bitcoincore::RpcAuth

pub struct RpcAuth {
    pub username: String,
    pub password: String,
    pub salt: String,
}
Deprecated since 0.5.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

Fields

username: String
Deprecated since 0.5.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

password: String
Deprecated since 0.5.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

salt: String
Deprecated since 0.5.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

Methods

impl RpcAuth[src]

pub fn username(&self) -> &str[src]

Deprecated since 0.5.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

pub fn password(&self) -> &str[src]

Deprecated since 0.5.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

pub fn new(username: String) -> Self[src]

Deprecated since 0.5.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

pub fn encode(&self) -> String[src]

Deprecated since 0.5.1:

Testcontainers is no longer using microcrates, please upgrade to testcontainers version 0.8

Trait Implementations

impl Clone for RpcAuth[src]

impl Debug for RpcAuth[src]

Auto Trait Implementations

impl Send for RpcAuth

impl Unpin for RpcAuth

impl Sync for RpcAuth

impl UnwindSafe for RpcAuth

impl RefUnwindSafe for RpcAuth

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,