pub struct PortID(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl ExclusivelyContextual for PortID
impl ExclusivelyContextual for PortID
Source§impl Ord for PortID
impl Ord for PortID
Source§impl PartialOrd for PortID
impl PartialOrd for PortID
impl Copy for PortID
impl Eq for PortID
impl StructuralPartialEq for PortID
Auto Trait Implementations§
impl Freeze for PortID
impl RefUnwindSafe for PortID
impl Send for PortID
impl Sync for PortID
impl Unpin for PortID
impl UnwindSafe for PortID
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