Struct ConvertedIntent
pub struct ConvertedIntent {
pub core_intent: OrderIntent,
pub venue_id: VenueId,
pub instrument_id: InstrumentId,
}Expand description
Result of converting an SDK intent to core form, with the extracted envelope fields.
Fields§
§core_intent: OrderIntent§venue_id: VenueId§instrument_id: InstrumentIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for ConvertedIntent
impl RefUnwindSafe for ConvertedIntent
impl Send for ConvertedIntent
impl Sync for ConvertedIntent
impl Unpin for ConvertedIntent
impl UnsafeUnpin for ConvertedIntent
impl UnwindSafe for ConvertedIntent
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more