Struct k8s_openapi_ext::corev1::EventSource
source · [−]Expand description
EventSource contains information for an event.
Fields
component: Option<String>
Component from which the event is generated.
host: Option<String>
Node name on which the event is generated.
Trait Implementations
sourceimpl Clone for EventSource
impl Clone for EventSource
sourcefn clone(&self) -> EventSource
fn clone(&self) -> EventSource
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 moresourceimpl Debug for EventSource
impl Debug for EventSource
sourceimpl DeepMerge for EventSource
impl DeepMerge for EventSource
sourcefn merge_from(&mut self, other: EventSource)
fn merge_from(&mut self, other: EventSource)
Merge
other
into self
.sourceimpl Default for EventSource
impl Default for EventSource
sourcefn default() -> EventSource
fn default() -> EventSource
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for EventSource
impl<'de> Deserialize<'de> for EventSource
sourcefn deserialize<D>(
deserializer: D
) -> Result<EventSource, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<EventSource, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<EventSource> for EventSource
impl PartialEq<EventSource> for EventSource
sourcefn eq(&self, other: &EventSource) -> bool
fn eq(&self, other: &EventSource) -> bool
sourceimpl Serialize for EventSource
impl Serialize for EventSource
sourcefn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for EventSource
Auto Trait Implementations
impl RefUnwindSafe for EventSource
impl Send for EventSource
impl Sync for EventSource
impl Unpin for EventSource
impl UnwindSafe for EventSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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