pub struct KubernetesEventInvolvedObject { /* private fields */ }Implementations§
Source§impl KubernetesEventInvolvedObject
impl KubernetesEventInvolvedObject
pub fn api_version<T>(self, value: T) -> Self
pub fn field_path<T>(self, value: T) -> Self
pub fn kind<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn namespace<T>(self, value: T) -> Self
pub fn resource_version<T>(self, value: T) -> Self
pub fn uid<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for KubernetesEventInvolvedObject
impl Clone for KubernetesEventInvolvedObject
Source§fn clone(&self) -> KubernetesEventInvolvedObject
fn clone(&self) -> KubernetesEventInvolvedObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<KubernetesEventInvolvedObject> for KubernetesEventInvolvedObject
impl From<KubernetesEventInvolvedObject> for KubernetesEventInvolvedObject
Source§fn from(value: KubernetesEventInvolvedObject) -> Self
fn from(value: KubernetesEventInvolvedObject) -> Self
Converts to this type from the input type.
Source§impl TryFrom<KubernetesEventInvolvedObject> for KubernetesEventInvolvedObject
impl TryFrom<KubernetesEventInvolvedObject> for KubernetesEventInvolvedObject
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: KubernetesEventInvolvedObject,
) -> Result<Self, ConversionError>
fn try_from( value: KubernetesEventInvolvedObject, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for KubernetesEventInvolvedObject
impl RefUnwindSafe for KubernetesEventInvolvedObject
impl Send for KubernetesEventInvolvedObject
impl Sync for KubernetesEventInvolvedObject
impl Unpin for KubernetesEventInvolvedObject
impl UnsafeUnpin for KubernetesEventInvolvedObject
impl UnwindSafe for KubernetesEventInvolvedObject
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