pub struct DeploymentPorts {
pub containerPort: i64,
pub protocol: String,
}Fields§
§containerPort: i64§protocol: StringTrait Implementations§
Source§impl Debug for DeploymentPorts
impl Debug for DeploymentPorts
Source§impl Default for DeploymentPorts
impl Default for DeploymentPorts
Source§fn default() -> DeploymentPorts
fn default() -> DeploymentPorts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeploymentPorts
impl<'de> Deserialize<'de> for DeploymentPorts
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
Auto Trait Implementations§
impl Freeze for DeploymentPorts
impl RefUnwindSafe for DeploymentPorts
impl Send for DeploymentPorts
impl Sync for DeploymentPorts
impl Unpin for DeploymentPorts
impl UnsafeUnpin for DeploymentPorts
impl UnwindSafe for DeploymentPorts
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