Struct k8s_openapi::v1_8::api::core::v1::LocalObjectReference [−][src]
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
Fields
name: Option<String>
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
Trait Implementations
impl Clone for LocalObjectReference
[src]
impl Clone for LocalObjectReference
fn clone(&self) -> LocalObjectReference
[src]
fn clone(&self) -> LocalObjectReference
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for LocalObjectReference
[src]
impl Debug for LocalObjectReference
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for LocalObjectReference
[src]
impl Default for LocalObjectReference
fn default() -> LocalObjectReference
[src]
fn default() -> LocalObjectReference
Returns the "default value" for a type. Read more
impl PartialEq for LocalObjectReference
[src]
impl PartialEq for LocalObjectReference
fn eq(&self, other: &LocalObjectReference) -> bool
[src]
fn eq(&self, other: &LocalObjectReference) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &LocalObjectReference) -> bool
[src]
fn ne(&self, other: &LocalObjectReference) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for LocalObjectReference
[src]
impl<'de> Deserialize<'de> for LocalObjectReference
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for LocalObjectReference
[src]
impl Serialize for LocalObjectReference
Auto Trait Implementations
impl Send for LocalObjectReference
impl Send for LocalObjectReference
impl Sync for LocalObjectReference
impl Sync for LocalObjectReference