[][src]Struct interledger::store_redis::Account

pub struct Account { /* fields omitted */ }

Methods

impl Account[src]

pub fn try_from(
    id: AccountId,
    details: AccountDetails,
    node_ilp_address: Address
) -> Result<Account, ()>
[src]

pub fn encrypt_tokens(
    self,
    encryption_key: &LessSafeKey
) -> AccountWithEncryptedTokens
[src]

Trait Implementations

impl Account for Account[src]

type AccountId = AccountId

impl BtpAccount for Account[src]

impl RoundTripTimeAccount for Account[src]

impl SettlementAccount for Account[src]

impl RateLimitAccount for Account[src]

impl Serialize for Account[src]

impl CcpRoutingAccount for Account[src]

impl MaxPacketAmountAccount for Account[src]

impl HttpAccount for Account[src]

impl Clone for Account[src]

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

impl Debug for Account[src]

Auto Trait Implementations

impl Send for Account

impl Sync for Account

impl Unpin for Account

impl UnwindSafe for Account

impl RefUnwindSafe for Account

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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> Instrument for T[src]

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

impl<T> WithSubscriber for T[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

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