pub struct PortBindings(pub Vec<(u16, String, u16)>);Tuple Fields§
§0: Vec<(u16, String, u16)>Trait Implementations§
Source§impl Clone for PortBindings
impl Clone for PortBindings
Source§fn clone(&self) -> PortBindings
fn clone(&self) -> PortBindings
Returns a duplicate 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 PortBindings
impl Debug for PortBindings
Source§impl Default for PortBindings
impl Default for PortBindings
Source§fn default() -> PortBindings
fn default() -> PortBindings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PortBindings
impl<'de> Deserialize<'de> for PortBindings
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PortBindings
impl RefUnwindSafe for PortBindings
impl Send for PortBindings
impl Sync for PortBindings
impl Unpin for PortBindings
impl UnwindSafe for PortBindings
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