[]Struct interledger_settlement::SE_ILP_ADDRESS

pub struct SE_ILP_ADDRESS { /* fields omitted */ }

Methods from Deref<Target = Address>

pub fn len(&self) -> usize[src]

Returns the length of the ILP Address.

pub fn to_bytes(&self) -> Bytes[src]

Returns the Bytes conversion of the ILP Address

pub fn segments(&self) -> impl DoubleEndedIterator[src]

Returns an iterator over all the segments of the ILP Address

pub fn with_suffix(&self, suffix: &[u8]) -> Result<Address, ParseError>[src]

Suffixes the ILP Address with the provided suffix. Includes a '.' separator

Trait Implementations

impl Deref for SE_ILP_ADDRESS

type Target = Address

The resulting type after dereferencing.

impl LazyStatic for SE_ILP_ADDRESS

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> 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> Erased for T

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