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