Struct ibc_types_path::SeqAckPath
source · pub struct SeqAckPath(pub PortId, pub ChannelId);
Tuple Fields§
§0: PortId
§1: ChannelId
Implementations§
source§impl SeqAckPath
impl SeqAckPath
pub fn new(port_id: &PortId, channel_id: &ChannelId) -> SeqAckPath
Trait Implementations§
source§impl Clone for SeqAckPath
impl Clone for SeqAckPath
source§fn clone(&self) -> SeqAckPath
fn clone(&self) -> SeqAckPath
Returns a copy 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 SeqAckPath
impl Debug for SeqAckPath
source§impl Display for SeqAckPath
impl Display for SeqAckPath
source§impl From<SeqAckPath> for Path
impl From<SeqAckPath> for Path
source§fn from(original: SeqAckPath) -> Path
fn from(original: SeqAckPath) -> Path
Converts to this type from the input type.
source§impl Hash for SeqAckPath
impl Hash for SeqAckPath
source§impl Ord for SeqAckPath
impl Ord for SeqAckPath
source§fn cmp(&self, other: &SeqAckPath) -> Ordering
fn cmp(&self, other: &SeqAckPath) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SeqAckPath
impl PartialEq for SeqAckPath
source§fn eq(&self, other: &SeqAckPath) -> bool
fn eq(&self, other: &SeqAckPath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SeqAckPath
impl PartialOrd for SeqAckPath
source§fn partial_cmp(&self, other: &SeqAckPath) -> Option<Ordering>
fn partial_cmp(&self, other: &SeqAckPath) -> Option<Ordering>
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 SeqAckPath
impl StructuralEq for SeqAckPath
impl StructuralPartialEq for SeqAckPath
Auto Trait Implementations§
impl RefUnwindSafe for SeqAckPath
impl Send for SeqAckPath
impl Sync for SeqAckPath
impl Unpin for SeqAckPath
impl UnwindSafe for SeqAckPath
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