Struct k8s_openapi::api::networking::v1alpha1::IPAddressSpec
source · pub struct IPAddressSpec {
pub parent_ref: Option<ParentReference>,
}
Expand description
IPAddressSpec describe the attributes in an IP Address.
Fields§
§parent_ref: Option<ParentReference>
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
Trait Implementations§
source§impl Clone for IPAddressSpec
impl Clone for IPAddressSpec
source§fn clone(&self) -> IPAddressSpec
fn clone(&self) -> IPAddressSpec
Returns a copy 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 IPAddressSpec
impl Debug for IPAddressSpec
source§impl DeepMerge for IPAddressSpec
impl DeepMerge for IPAddressSpec
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for IPAddressSpec
impl Default for IPAddressSpec
source§fn default() -> IPAddressSpec
fn default() -> IPAddressSpec
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IPAddressSpec
impl<'de> Deserialize<'de> for IPAddressSpec
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 JsonSchema for IPAddressSpec
impl JsonSchema for IPAddressSpec
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(__gen: &mut SchemaGenerator) -> Schema
fn json_schema(__gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword. Read moresource§impl PartialEq for IPAddressSpec
impl PartialEq for IPAddressSpec
source§impl Serialize for IPAddressSpec
impl Serialize for IPAddressSpec
impl StructuralPartialEq for IPAddressSpec
Auto Trait Implementations§
impl Freeze for IPAddressSpec
impl RefUnwindSafe for IPAddressSpec
impl Send for IPAddressSpec
impl Sync for IPAddressSpec
impl Unpin for IPAddressSpec
impl UnwindSafe for IPAddressSpec
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)