pub struct PortPath(pub PortId);Tuple Fields§
§0: PortIdTrait Implementations§
Source§impl Ord for PortPath
impl Ord for PortPath
1.21.0 (const: unstable) · 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 PartialOrd for PortPath
impl PartialOrd for PortPath
impl Eq for PortPath
impl StructuralPartialEq for PortPath
Auto Trait Implementations§
impl Freeze for PortPath
impl RefUnwindSafe for PortPath
impl Send for PortPath
impl Sync for PortPath
impl Unpin for PortPath
impl UnsafeUnpin for PortPath
impl UnwindSafe for PortPath
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