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