Struct k8_types::OwnerReferences
source · [−]pub struct OwnerReferences {
pub api_version: String,
pub block_owner_deletion: bool,
pub controller: Option<bool>,
pub kind: String,
pub name: String,
pub uid: String,
}Fields
api_version: Stringblock_owner_deletion: boolcontroller: Option<bool>kind: Stringname: Stringuid: StringTrait Implementations
sourceimpl Clone for OwnerReferences
impl Clone for OwnerReferences
sourcefn clone(&self) -> OwnerReferences
fn clone(&self) -> OwnerReferences
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OwnerReferences
impl Debug for OwnerReferences
sourceimpl Default for OwnerReferences
impl Default for OwnerReferences
sourceimpl<'de> Deserialize<'de> for OwnerReferences
impl<'de> Deserialize<'de> for OwnerReferences
sourcefn 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
sourceimpl PartialEq<OwnerReferences> for OwnerReferences
impl PartialEq<OwnerReferences> for OwnerReferences
sourcefn eq(&self, other: &OwnerReferences) -> bool
fn eq(&self, other: &OwnerReferences) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &OwnerReferences) -> bool
fn ne(&self, other: &OwnerReferences) -> bool
This method tests for !=.
sourceimpl Serialize for OwnerReferences
impl Serialize for OwnerReferences
impl StructuralPartialEq for OwnerReferences
Auto Trait Implementations
impl RefUnwindSafe for OwnerReferences
impl Send for OwnerReferences
impl Sync for OwnerReferences
impl Unpin for OwnerReferences
impl UnwindSafe for OwnerReferences
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more