Struct nash_protocol::protocol::multi_request::ResponseData [−][src]
Fields
responses: Vec<Result<T>>Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Deserialize this value from the given Serde deserializer. Read more
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for ResponseData<T> where
T: RefUnwindSafe,
impl<T> Send for ResponseData<T> where
T: Send,
impl<T> Sync for ResponseData<T> where
T: Sync,
impl<T> Unpin for ResponseData<T> where
T: Unpin,
impl<T> UnwindSafe for ResponseData<T> where
T: UnwindSafe,
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