Struct ibc_types_path::PortPath 
source · pub struct PortPath(pub PortId);Tuple Fields§
§0: PortIdTrait Implementations§
source§impl Ord for PortPath
 
impl Ord for PortPath
source§impl PartialEq for PortPath
 
impl PartialEq for PortPath
source§impl PartialOrd for PortPath
 
impl PartialOrd for PortPath
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 PortPath
impl StructuralEq for PortPath
impl StructuralPartialEq for PortPath
Auto Trait Implementations§
impl RefUnwindSafe for PortPath
impl Send for PortPath
impl Sync for PortPath
impl Unpin for PortPath
impl UnwindSafe for PortPath
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