pub struct EPCISBody {
pub event_list: Vec<EPCISEvent>,
}Expand description
Body container holding the array of EPCIS events.
Fields§
§event_list: Vec<EPCISEvent>List of events in the body
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EPCISBody
impl<'de> Deserialize<'de> for EPCISBody
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
Auto Trait Implementations§
impl Freeze for EPCISBody
impl RefUnwindSafe for EPCISBody
impl Send for EPCISBody
impl Sync for EPCISBody
impl Unpin for EPCISBody
impl UnsafeUnpin for EPCISBody
impl UnwindSafe for EPCISBody
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