[][src]Struct ibc_proto::ibc::core::channel::v1::MsgTimeoutOnClose

pub struct MsgTimeoutOnClose {
    pub packet: Option<Packet>,
    pub proof: Vec<u8>,
    pub proof_close: Vec<u8>,
    pub proof_height: Option<Height>,
    pub next_sequence_recv: u64,
    pub signer: String,
}

MsgTimeoutOnClose timed-out packet upon counterparty channel closure.

Fields

packet: Option<Packet>proof: Vec<u8>proof_close: Vec<u8>proof_height: Option<Height>next_sequence_recv: u64signer: String

Trait Implementations

impl Clone for MsgTimeoutOnClose[src]

impl Debug for MsgTimeoutOnClose[src]

impl Default for MsgTimeoutOnClose[src]

impl Message for MsgTimeoutOnClose[src]

impl PartialEq<MsgTimeoutOnClose> for MsgTimeoutOnClose[src]

impl StructuralPartialEq for MsgTimeoutOnClose[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]