Struct nash_protocol::protocol::multi_request::MultiResponse [−][src]
Fields
responses: Vec<Result<T>>Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for MultiResponse<T> where
T: RefUnwindSafe,
impl<T> Send for MultiResponse<T> where
T: Send,
impl<T> Sync for MultiResponse<T> where
T: Sync,
impl<T> Unpin for MultiResponse<T> where
T: Unpin,
impl<T> UnwindSafe for MultiResponse<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