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