pub struct ExposedPorts(pub Vec<(u16, String)>);Tuple Fields§
§0: Vec<(u16, String)>Trait Implementations§
Source§impl Clone for ExposedPorts
impl Clone for ExposedPorts
Source§fn clone(&self) -> ExposedPorts
fn clone(&self) -> ExposedPorts
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 ExposedPorts
impl Debug for ExposedPorts
Source§impl Default for ExposedPorts
impl Default for ExposedPorts
Source§fn default() -> ExposedPorts
fn default() -> ExposedPorts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExposedPorts
impl<'de> Deserialize<'de> for ExposedPorts
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 ExposedPorts
impl RefUnwindSafe for ExposedPorts
impl Send for ExposedPorts
impl Sync for ExposedPorts
impl Unpin for ExposedPorts
impl UnwindSafe for ExposedPorts
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