pub struct ServiceEndpointInlineItem {
pub ports: Option<Vec<EndpointPortConfig>>,
pub spec: Option<EndpointSpec>,
pub virtual_i_ps: Option<Vec<ServiceEndpointInlineItemVirtualIPsInlineItem>>,
}
Fields§
§ports: Option<Vec<EndpointPortConfig>>
§spec: Option<EndpointSpec>
§virtual_i_ps: Option<Vec<ServiceEndpointInlineItemVirtualIPsInlineItem>>
Trait Implementations§
Source§impl Clone for ServiceEndpointInlineItem
impl Clone for ServiceEndpointInlineItem
Source§fn clone(&self) -> ServiceEndpointInlineItem
fn clone(&self) -> ServiceEndpointInlineItem
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ServiceEndpointInlineItem
impl Debug for ServiceEndpointInlineItem
Source§impl<'de> Deserialize<'de> for ServiceEndpointInlineItem
impl<'de> Deserialize<'de> for ServiceEndpointInlineItem
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
Source§impl PartialEq for ServiceEndpointInlineItem
impl PartialEq for ServiceEndpointInlineItem
Source§fn eq(&self, other: &ServiceEndpointInlineItem) -> bool
fn eq(&self, other: &ServiceEndpointInlineItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ServiceEndpointInlineItem
Auto Trait Implementations§
impl Freeze for ServiceEndpointInlineItem
impl RefUnwindSafe for ServiceEndpointInlineItem
impl Send for ServiceEndpointInlineItem
impl Sync for ServiceEndpointInlineItem
impl Unpin for ServiceEndpointInlineItem
impl UnwindSafe for ServiceEndpointInlineItem
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