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