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