pub struct EventsourceEventSourceWatchEvent {
pub object: Option<IoArgoprojEventsV1alpha1EventSource>,
pub type_: Option<String>,
}
Fields§
§object: Option<IoArgoprojEventsV1alpha1EventSource>
§type_: Option<String>
Trait Implementations§
Source§impl Clone for EventsourceEventSourceWatchEvent
impl Clone for EventsourceEventSourceWatchEvent
Source§fn clone(&self) -> EventsourceEventSourceWatchEvent
fn clone(&self) -> EventsourceEventSourceWatchEvent
Returns a copy 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 EventsourceEventSourceWatchEvent
impl<'de> Deserialize<'de> for EventsourceEventSourceWatchEvent
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<&EventsourceEventSourceWatchEvent> for EventsourceEventSourceWatchEvent
impl From<&EventsourceEventSourceWatchEvent> for EventsourceEventSourceWatchEvent
Source§fn from(value: &EventsourceEventSourceWatchEvent) -> Self
fn from(value: &EventsourceEventSourceWatchEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EventsourceEventSourceWatchEvent
impl RefUnwindSafe for EventsourceEventSourceWatchEvent
impl Send for EventsourceEventSourceWatchEvent
impl Sync for EventsourceEventSourceWatchEvent
impl Unpin for EventsourceEventSourceWatchEvent
impl UnwindSafe for EventsourceEventSourceWatchEvent
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