pub struct OutputData {
pub requests: HashMap<EntityId, HashMap<Attr, Value>>,
pub time: Option<Time>,
}Expand description
The format of output data as return by get_data
Fields§
§requests: HashMap<EntityId, HashMap<Attr, Value>>§time: Option<Time>Trait Implementations§
Source§impl Debug for OutputData
impl Debug for OutputData
Source§impl<'de> Deserialize<'de> for OutputData
impl<'de> Deserialize<'de> for OutputData
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 OutputData
impl RefUnwindSafe for OutputData
impl Send for OutputData
impl Sync for OutputData
impl Unpin for OutputData
impl UnwindSafe for OutputData
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