pub struct EventDescribePath {
pub type_: String,
pub system: String,
pub version: String,
}
Fields§
§type_: String
The readable name of the event type relative to the system relevant to the described path.
system: String
The system producing or receiving the event.
version: String
The version of the system producing or receiving the events. May be null for systems with no versioning.
Trait Implementations§
Source§impl Debug for EventDescribePath
impl Debug for EventDescribePath
Source§impl<'de> Deserialize<'de> for EventDescribePath
impl<'de> Deserialize<'de> for EventDescribePath
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 Display for EventDescribePath
impl Display for EventDescribePath
Auto Trait Implementations§
impl Freeze for EventDescribePath
impl RefUnwindSafe for EventDescribePath
impl Send for EventDescribePath
impl Sync for EventDescribePath
impl Unpin for EventDescribePath
impl UnwindSafe for EventDescribePath
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