struct PortLookup {
inputs: HashMap<String, String>,
outputs: HashMap<String, String>,
default_input: Option<String>,
default_output: Option<String>,
}Fields§
§inputs: HashMap<String, String>§outputs: HashMap<String, String>§default_input: Option<String>§default_output: Option<String>Implementations§
Source§impl PortLookup
impl PortLookup
Auto Trait Implementations§
impl Freeze for PortLookup
impl RefUnwindSafe for PortLookup
impl Send for PortLookup
impl Sync for PortLookup
impl Unpin for PortLookup
impl UnwindSafe for PortLookup
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