pub struct VenueOrderIdOwnershipError {
pub venue_order_id: VenueOrderId,
pub existing_client_order_id: ClientOrderId,
pub claimant_client_order_id: ClientOrderId,
}Expand description
Error returned when a venue order ID is already owned by another client order.
Fields§
§venue_order_id: VenueOrderIdThe venue order ID whose ownership conflicts.
existing_client_order_id: ClientOrderIdThe client order which already owns the venue order ID.
claimant_client_order_id: ClientOrderIdThe client order attempting to claim the venue order ID.
Trait Implementations§
Source§impl Clone for VenueOrderIdOwnershipError
impl Clone for VenueOrderIdOwnershipError
Source§fn clone(&self) -> VenueOrderIdOwnershipError
fn clone(&self) -> VenueOrderIdOwnershipError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VenueOrderIdOwnershipError
Source§impl Debug for VenueOrderIdOwnershipError
impl Debug for VenueOrderIdOwnershipError
Source§impl Display for VenueOrderIdOwnershipError
impl Display for VenueOrderIdOwnershipError
impl Eq for VenueOrderIdOwnershipError
Source§impl Error for VenueOrderIdOwnershipError
impl Error for VenueOrderIdOwnershipError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
impl StructuralPartialEq for VenueOrderIdOwnershipError
Auto Trait Implementations§
impl Freeze for VenueOrderIdOwnershipError
impl RefUnwindSafe for VenueOrderIdOwnershipError
impl Send for VenueOrderIdOwnershipError
impl Sync for VenueOrderIdOwnershipError
impl Unpin for VenueOrderIdOwnershipError
impl UnsafeUnpin for VenueOrderIdOwnershipError
impl UnwindSafe for VenueOrderIdOwnershipError
Blanket Implementations§
impl<T> Allocation for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more