pub enum PacketMsgType {
Recv,
Ack,
TimeoutUnordered,
TimeoutOrdered,
TimeoutOnClose,
}
Expand description
Enumeration of proof carrying ICS4 message, helper for relayer.
Variants§
Trait Implementations§
Source§impl Clone for PacketMsgType
impl Clone for PacketMsgType
Source§fn clone(&self) -> PacketMsgType
fn clone(&self) -> PacketMsgType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PacketMsgType
impl Debug for PacketMsgType
Source§impl Display for PacketMsgType
impl Display for PacketMsgType
Source§impl PartialEq for PacketMsgType
impl PartialEq for PacketMsgType
impl Eq for PacketMsgType
impl StructuralPartialEq for PacketMsgType
Auto Trait Implementations§
impl Freeze for PacketMsgType
impl RefUnwindSafe for PacketMsgType
impl Send for PacketMsgType
impl Sync for PacketMsgType
impl Unpin for PacketMsgType
impl UnwindSafe for PacketMsgType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more