Struct librojo::web_api::ReadResponse [−][src]
pub struct ReadResponse<'a> {
pub session_id: SessionId,
pub message_cursor: u32,
pub instances: HashMap<Ref, Instance<'a>>,
}Expand description
Response body from /api/read/{id}
Fields
session_id: SessionIdmessage_cursor: u32instances: HashMap<Ref, Instance<'a>>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<'a> RefUnwindSafe for ReadResponse<'a>
impl<'a> Send for ReadResponse<'a>
impl<'a> Sync for ReadResponse<'a>
impl<'a> Unpin for ReadResponse<'a>
impl<'a> UnwindSafe for ReadResponse<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
