pub struct CommitmentPath {
pub port_id: PortId,
pub channel_id: ChannelId,
pub sequence: Sequence,
}
Fields§
§port_id: PortId
§channel_id: ChannelId
§sequence: Sequence
Implementations§
Trait Implementations§
Source§impl Clone for CommitmentPath
impl Clone for CommitmentPath
Source§fn clone(&self) -> CommitmentPath
fn clone(&self) -> CommitmentPath
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 CommitmentPath
impl Debug for CommitmentPath
Source§impl Display for CommitmentPath
impl Display for CommitmentPath
Source§impl From<CommitmentPath> for Path
impl From<CommitmentPath> for Path
Source§fn from(original: CommitmentPath) -> Path
fn from(original: CommitmentPath) -> Path
Converts to this type from the input type.
Source§impl Hash for CommitmentPath
impl Hash for CommitmentPath
Source§impl Ord for CommitmentPath
impl Ord for CommitmentPath
Source§fn cmp(&self, other: &CommitmentPath) -> Ordering
fn cmp(&self, other: &CommitmentPath) -> 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 CommitmentPath
impl PartialEq for CommitmentPath
Source§impl PartialOrd for CommitmentPath
impl PartialOrd for CommitmentPath
impl Eq for CommitmentPath
impl StructuralPartialEq for CommitmentPath
Auto Trait Implementations§
impl Freeze for CommitmentPath
impl RefUnwindSafe for CommitmentPath
impl Send for CommitmentPath
impl Sync for CommitmentPath
impl Unpin for CommitmentPath
impl UnwindSafe for CommitmentPath
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