pub struct ServiceSpecTemplateSpecPorts {
pub name: String,
pub protocol: String,
pub port: i32,
pub targetPort: i32,
}Fields§
§name: String§protocol: String§port: i32§targetPort: i32Trait Implementations§
Source§impl Debug for ServiceSpecTemplateSpecPorts
impl Debug for ServiceSpecTemplateSpecPorts
Source§impl Default for ServiceSpecTemplateSpecPorts
impl Default for ServiceSpecTemplateSpecPorts
Source§fn default() -> ServiceSpecTemplateSpecPorts
fn default() -> ServiceSpecTemplateSpecPorts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceSpecTemplateSpecPorts
impl<'de> Deserialize<'de> for ServiceSpecTemplateSpecPorts
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 ServiceSpecTemplateSpecPorts
impl RefUnwindSafe for ServiceSpecTemplateSpecPorts
impl Send for ServiceSpecTemplateSpecPorts
impl Sync for ServiceSpecTemplateSpecPorts
impl Unpin for ServiceSpecTemplateSpecPorts
impl UnsafeUnpin for ServiceSpecTemplateSpecPorts
impl UnwindSafe for ServiceSpecTemplateSpecPorts
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