pub struct Exchange {
pub type_field: String,
pub origin: String,
pub version: String,
pub source_uuid: String,
pub timestamp: u128,
pub path: Vec<PathElement>,
pub message: Message,
}
Fields
type_field: String
origin: String
version: String
source_uuid: String
timestamp: u128
path: Vec<PathElement>
message: Message
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Exchange
impl UnwindSafe for Exchange
Blanket Implementations
Mutably borrows from an owned value. Read more