Struct ibc_types_path::AckPath
source · pub struct AckPath {
pub port_id: PortId,
pub channel_id: ChannelId,
pub sequence: Sequence,
}
Fields§
§port_id: PortId
§channel_id: ChannelId
§sequence: Sequence
Implementations§
Trait Implementations§
source§impl Ord for AckPath
impl Ord for AckPath
source§impl PartialEq for AckPath
impl PartialEq for AckPath
source§impl PartialOrd for AckPath
impl PartialOrd for AckPath
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for AckPath
impl StructuralEq for AckPath
impl StructuralPartialEq for AckPath
Auto Trait Implementations§
impl RefUnwindSafe for AckPath
impl Send for AckPath
impl Sync for AckPath
impl Unpin for AckPath
impl UnwindSafe for AckPath
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