pub struct IoK8sApiCoreV1EventSeries {
pub count: Option<i64>,
pub last_observed_time: Option<IoK8sApimachineryPkgApisMetaV1MicroTime>,
}Expand description
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
Fields§
§count: Option<i64>Number of occurrences in this series up to the last heartbeat time
last_observed_time: Option<IoK8sApimachineryPkgApisMetaV1MicroTime>Time of the last occurrence observed
Trait Implementations§
Source§impl Clone for IoK8sApiCoreV1EventSeries
impl Clone for IoK8sApiCoreV1EventSeries
Source§fn clone(&self) -> IoK8sApiCoreV1EventSeries
fn clone(&self) -> IoK8sApiCoreV1EventSeries
Returns a duplicate 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 IoK8sApiCoreV1EventSeries
impl Debug for IoK8sApiCoreV1EventSeries
Source§impl<'de> Deserialize<'de> for IoK8sApiCoreV1EventSeries
impl<'de> Deserialize<'de> for IoK8sApiCoreV1EventSeries
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 From<&IoK8sApiCoreV1EventSeries> for IoK8sApiCoreV1EventSeries
impl From<&IoK8sApiCoreV1EventSeries> for IoK8sApiCoreV1EventSeries
Source§fn from(value: &IoK8sApiCoreV1EventSeries) -> Self
fn from(value: &IoK8sApiCoreV1EventSeries) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IoK8sApiCoreV1EventSeries
impl RefUnwindSafe for IoK8sApiCoreV1EventSeries
impl Send for IoK8sApiCoreV1EventSeries
impl Sync for IoK8sApiCoreV1EventSeries
impl Unpin for IoK8sApiCoreV1EventSeries
impl UnwindSafe for IoK8sApiCoreV1EventSeries
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