Struct nash_protocol::protocol::multi_request::MultiRequest [−][src]
pub struct MultiRequest<T> {
pub requests: Vec<T>,
}Fields
requests: Vec<T>Implementations
pub async fn make_constructor(
&self,
state: Arc<RwLock<State>>
) -> Result<MultiRequestConstructor<LimitOrderConstructor>>
pub async fn make_constructor(
&self,
state: Arc<RwLock<State>>
) -> Result<MultiRequestConstructor<MarketOrderConstructor>>
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for MultiRequest<T> where
T: RefUnwindSafe,
impl<T> Send for MultiRequest<T> where
T: Send,
impl<T> Sync for MultiRequest<T> where
T: Sync,
impl<T> Unpin for MultiRequest<T> where
T: Unpin,
impl<T> UnwindSafe for MultiRequest<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