Struct nash_protocol::protocol::get_account_order::GetAccountOrderResponse [−][src]
pub struct GetAccountOrderResponse {
pub order: Order,
}Expand description
Response contains an Order with associated information
Fields
order: OrderTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetAccountOrderResponse
impl Send for GetAccountOrderResponse
impl Sync for GetAccountOrderResponse
impl Unpin for GetAccountOrderResponse
impl UnwindSafe for GetAccountOrderResponse
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