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