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