Struct nash_protocol::protocol::get_account_order::GetAccountOrderRequest [−][src]
pub struct GetAccountOrderRequest {
pub order_id: String,
}Expand description
Lookup order information via id
Fields
order_id: StringImplementations
Trait Implementations
Performs the conversion.
Implement protocol bindings for GetAccountOrderRequest
type Response = GetAccountOrderResponse
Convert the protocol request to GraphQL from communication with Nash server
Convert JSON response to request to the protocol’s associated type
fn run_before<'life0, 'async_trait>(
&'life0 self,
state: Arc<RwLock<State>>
) -> Pin<Box<dyn Future<Output = Result<Option<Vec<ProtocolHook>>>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
If you want to limit the amount of concurrency of a protocol return a Semaphore here
Any state changes that result from execution of the protocol request The default implementation does nothing to state Read more
Any errors that result from execution of the protocol request The default implementation does nothing to state Read more
Auto Trait Implementations
impl RefUnwindSafe for GetAccountOrderRequest
impl Send for GetAccountOrderRequest
impl Sync for GetAccountOrderRequest
impl Unpin for GetAccountOrderRequest
impl UnwindSafe for GetAccountOrderRequest
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