Struct ilp_packet::packet::IlpReject[][src]

pub struct IlpReject {
    pub code: String,
    pub message: String,
    pub triggered_by: String,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for IlpReject
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IlpReject
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for IlpReject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serializable<IlpReject> for IlpReject
[src]

Auto Trait Implementations

impl Send for IlpReject

impl Sync for IlpReject