pub struct IoArgoprojEventsV1alpha1EventContext {
pub datacontenttype: Option<String>,
pub id: Option<String>,
pub source: Option<String>,
pub specversion: Option<String>,
pub subject: Option<String>,
pub time: Option<IoK8sApimachineryPkgApisMetaV1Time>,
pub type_: Option<String>,
}Fields§
§datacontenttype: Option<String>DataContentType - A MIME (RFC2046) string describing the media type of data.
id: Option<String>ID of the event; must be non-empty and unique within the scope of the producer.
source: Option<String>Source - A URI describing the event producer.
specversion: Option<String>SpecVersion - The version of the CloudEvents specification used by the io.argoproj.workflow.v1alpha1.
subject: Option<String>§time: Option<IoK8sApimachineryPkgApisMetaV1Time>Time - A Timestamp when the event happened.
type_: Option<String>Type - The type of the occurrence which has happened.
Trait Implementations§
Source§impl Clone for IoArgoprojEventsV1alpha1EventContext
impl Clone for IoArgoprojEventsV1alpha1EventContext
Source§fn clone(&self) -> IoArgoprojEventsV1alpha1EventContext
fn clone(&self) -> IoArgoprojEventsV1alpha1EventContext
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<'de> Deserialize<'de> for IoArgoprojEventsV1alpha1EventContext
impl<'de> Deserialize<'de> for IoArgoprojEventsV1alpha1EventContext
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<&IoArgoprojEventsV1alpha1EventContext> for IoArgoprojEventsV1alpha1EventContext
impl From<&IoArgoprojEventsV1alpha1EventContext> for IoArgoprojEventsV1alpha1EventContext
Source§fn from(value: &IoArgoprojEventsV1alpha1EventContext) -> Self
fn from(value: &IoArgoprojEventsV1alpha1EventContext) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IoArgoprojEventsV1alpha1EventContext
impl RefUnwindSafe for IoArgoprojEventsV1alpha1EventContext
impl Send for IoArgoprojEventsV1alpha1EventContext
impl Sync for IoArgoprojEventsV1alpha1EventContext
impl Unpin for IoArgoprojEventsV1alpha1EventContext
impl UnwindSafe for IoArgoprojEventsV1alpha1EventContext
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