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§impl PartialOrd for ReceiptPath
impl PartialOrd for ReceiptPath
impl Eq for ReceiptPath
impl StructuralPartialEq for ReceiptPath
Auto Trait Implementations§
impl Freeze for ReceiptPath
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