pub enum PortIdentifier {
Key(PortKey),
Address(PortAddress),
}Variants§
Key(PortKey)
Address(PortAddress)
Auto Trait Implementations§
impl Freeze for PortIdentifier
impl RefUnwindSafe for PortIdentifier
impl Send for PortIdentifier
impl Sync for PortIdentifier
impl Unpin for PortIdentifier
impl UnwindSafe for PortIdentifier
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