pub struct RuntimePort {
pub name: String,
pub container_port: u16,
pub protocol: TransportProtocol,
}Fields§
§name: String§container_port: u16§protocol: TransportProtocolTrait Implementations§
Source§impl Clone for RuntimePort
impl Clone for RuntimePort
Source§fn clone(&self) -> RuntimePort
fn clone(&self) -> RuntimePort
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimePort
impl Debug for RuntimePort
Source§impl<'de> Deserialize<'de> for RuntimePort
impl<'de> Deserialize<'de> for RuntimePort
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimePort
Source§impl PartialEq for RuntimePort
impl PartialEq for RuntimePort
Source§impl Serialize for RuntimePort
impl Serialize for RuntimePort
impl StructuralPartialEq for RuntimePort
Auto Trait Implementations§
impl Freeze for RuntimePort
impl RefUnwindSafe for RuntimePort
impl Send for RuntimePort
impl Sync for RuntimePort
impl Unpin for RuntimePort
impl UnsafeUnpin for RuntimePort
impl UnwindSafe for RuntimePort
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