#[non_exhaustive]pub enum TransactionRejectReason {
Show 144 variants
InternalServerError,
InstrumentPriceUnknown,
AccountNotActive,
AccountLocked,
AccountOrderCreationLocked,
AccountConfigurationLocked,
AccountDepositLocked,
AccountWithdrawalLocked,
AccountOrderCancelLocked,
InstrumentNotTradeable,
PendingOrdersAllowedExceeded,
OrderIdUnspecified,
OrderDoesntExist,
OrderIdentifierInconsistency,
TradeIdUnspecified,
TradeDoesntExist,
TradeIdentifierInconsistency,
InsufficientMargin,
InstrumentMissing,
InstrumentUnknown,
UnitsMissing,
UnitsInvalid,
UnitsPrecisionExceeded,
UnitsLimitExceeded,
UnitsMimimumNotMet,
PriceMissing,
PriceInvalid,
PricePrecisionExceeded,
PriceDistanceMissing,
PriceDistanceInvalid,
PriceDistancePrecisionExceeded,
PriceDistanceMaximumExceeded,
PriceDistanceMinimumNotMet,
TimeInForceMissing,
TimeInForceInvalid,
TimeInForceGtdTimestampMissing,
TimeInForceGtdTimestampInPast,
PriceBoundInvalid,
PriceBoundPrecisionExceeded,
OrdersOnFillDuplicateClientOrderIds,
TradeOnFillClientExtensionsNotSupported,
ClientOrderIdInvalid,
ClientOrderIdAlreadyExists,
ClientOrderTagInvalid,
ClientOrderCommentInvalid,
ClientTradeIdInvalid,
ClientTradeIdAlreadyExists,
ClientTradeTagInvalid,
ClientTradeCommentInvalid,
OrderFillPositionActionMissing,
OrderFillPositionActionInvalid,
TriggerConditionMissing,
TriggerConditionInvalid,
OrderPartialFillOptionMissing,
OrderPartialFillOptionInvalid,
InvalidReissueImmediatePartialFill,
TakeProfitOrderAlreadyExists,
TakeProfitOnFillPriceMissing,
TakeProfitOnFillPriceInvalid,
TakeProfitOnFillPricePrecisionExceeded,
TakeProfitOnFillTimeInForceMissing,
TakeProfitOnFillTimeInForceInvalid,
TakeProfitOnFillGtdTimestampMissing,
TakeProfitOnFillGtdTimestampInPast,
TakeProfitOnFillClientOrderIdInvalid,
TakeProfitOnFillClientOrderTagInvalid,
TakeProfitOnFillClientOrderCommentInvalid,
TakeProfitOnFillTriggerConditionMissing,
TakeProfitOnFillTriggerConditionInvalid,
StopLossOrderAlreadyExists,
StopLossOrderGuaranteedRequired,
StopLossOrderGuaranteedPriceWithinSpread,
StopLossOrderGuaranteedNotAllowed,
StopLossOrderGuaranteedHaltedCreateViolation,
StopLossOrderGuaranteedHaltedTightenViolation,
StopLossOrderGuaranteedHedgingNotAllowed,
StopLossOrderGuaranteedMinimumDistanceNotMet,
StopLossOrderNotCancelable,
StopLossOrderNotReplaceable,
StopLossOrderGuaranteedLevelRestrictionExceeded,
StopLossOrderPriceAndDistanceBothSpecified,
StopLossOrderPriceAndDistanceBothMissing,
StopLossOnFillRequiredForPendingOrder,
StopLossOnFillGuaranteedNotAllowed,
StopLossOnFillGuaranteedRequired,
StopLossOnFillPriceMissing,
StopLossOnFillPriceInvalid,
StopLossOnFillPricePrecisionExceeded,
StopLossOnFillGuaranteedMinimumDistanceNotMet,
StopLossOnFillGuaranteedLevelRestrictionExceeded,
StopLossOnFillDistanceInvalid,
StopLossOnFillPriceDistanceMaximumExceeded,
StopLossOnFillDistancePrecisionExceeded,
StopLossOnFillPriceAndDistanceBothSpecified,
StopLossOnFillPriceAndDistanceBothMissing,
StopLossOnFillTimeInForceMissing,
StopLossOnFillTimeInForceInvalid,
StopLossOnFillGtdTimestampMissing,
StopLossOnFillGtdTimestampInPast,
StopLossOnFillClientOrderIdInvalid,
StopLossOnFillClientOrderTagInvalid,
StopLossOnFillClientOrderCommentInvalid,
StopLossOnFillTriggerConditionMissing,
StopLossOnFillTriggerConditionInvalid,
TrailingStopLossOrderAlreadyExists,
TrailingStopLossOnFillPriceDistanceMissing,
TrailingStopLossOnFillPriceDistanceInvalid,
TrailingStopLossOnFillPriceDistancePrecisionExceeded,
TrailingStopLossOnFillPriceDistanceMaximumExceeded,
TrailingStopLossOnFillPriceDistanceMinimumNotMet,
TrailingStopLossOnFillTimeInForceMissing,
TrailingStopLossOnFillTimeInForceInvalid,
TrailingStopLossOnFillGtdTimestampMissing,
TrailingStopLossOnFillGtdTimestampInPast,
TrailingStopLossOnFillClientOrderIdInvalid,
TrailingStopLossOnFillClientOrderTagInvalid,
TrailingStopLossOnFillClientOrderCommentInvalid,
TrailingStopLossOrdersNotSupported,
TrailingStopLossOnFillTriggerConditionMissing,
TrailingStopLossOnFillTriggerConditionInvalid,
CloseTradeTypeMissing,
CloseTradePartialUnitsMissing,
CloseTradeUnitsExceedTradeSize,
CloseoutPositionDoesntExist,
CloseoutPositionIncompleteSpecification,
CloseoutPositionUnitsExceedPositionSize,
CloseoutPositionReject,
CloseoutPositionPartialUnitsMissing,
MarkupGroupIdInvalid,
PositionAggregationModeInvalid,
AdminConfigureDataMissing,
MarginRateInvalid,
MarginRateWouldTriggerCloseout,
AliasInvalid,
ClientConfigureDataMissing,
MarginRateWouldTriggerMarginCall,
AmountInvalid,
InsufficientFunds,
AmountMissing,
FundingReasonMissing,
ClientExtensionsDataMissing,
ReplacingOrderInvalid,
ReplacingTradeIdInvalid,
Other(String),
}Expand description
The reason that a Transaction was rejected.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
InternalServerError
INTERNAL_SERVER_ERROR.
InstrumentPriceUnknown
INSTRUMENT_PRICE_UNKNOWN.
AccountNotActive
ACCOUNT_NOT_ACTIVE.
AccountLocked
ACCOUNT_LOCKED.
AccountOrderCreationLocked
ACCOUNT_ORDER_CREATION_LOCKED.
AccountConfigurationLocked
ACCOUNT_CONFIGURATION_LOCKED.
AccountDepositLocked
ACCOUNT_DEPOSIT_LOCKED.
AccountWithdrawalLocked
ACCOUNT_WITHDRAWAL_LOCKED.
AccountOrderCancelLocked
ACCOUNT_ORDER_CANCEL_LOCKED.
InstrumentNotTradeable
INSTRUMENT_NOT_TRADEABLE.
PendingOrdersAllowedExceeded
PENDING_ORDERS_ALLOWED_EXCEEDED.
OrderIdUnspecified
ORDER_ID_UNSPECIFIED.
OrderDoesntExist
ORDER_DOESNT_EXIST.
OrderIdentifierInconsistency
ORDER_IDENTIFIER_INCONSISTENCY.
TradeIdUnspecified
TRADE_ID_UNSPECIFIED.
TradeDoesntExist
TRADE_DOESNT_EXIST.
TradeIdentifierInconsistency
TRADE_IDENTIFIER_INCONSISTENCY.
InsufficientMargin
INSUFFICIENT_MARGIN.
InstrumentMissing
INSTRUMENT_MISSING.
InstrumentUnknown
INSTRUMENT_UNKNOWN.
UnitsMissing
UNITS_MISSING.
UnitsInvalid
UNITS_INVALID.
UnitsPrecisionExceeded
UNITS_PRECISION_EXCEEDED.
UnitsLimitExceeded
UNITS_LIMIT_EXCEEDED.
UnitsMimimumNotMet
UNITS_MIMIMUM_NOT_MET.
PriceMissing
PRICE_MISSING.
PriceInvalid
PRICE_INVALID.
PricePrecisionExceeded
PRICE_PRECISION_EXCEEDED.
PriceDistanceMissing
PRICE_DISTANCE_MISSING.
PriceDistanceInvalid
PRICE_DISTANCE_INVALID.
PriceDistancePrecisionExceeded
PRICE_DISTANCE_PRECISION_EXCEEDED.
PriceDistanceMaximumExceeded
PRICE_DISTANCE_MAXIMUM_EXCEEDED.
PriceDistanceMinimumNotMet
PRICE_DISTANCE_MINIMUM_NOT_MET.
TimeInForceMissing
TIME_IN_FORCE_MISSING.
TimeInForceInvalid
TIME_IN_FORCE_INVALID.
TimeInForceGtdTimestampMissing
TIME_IN_FORCE_GTD_TIMESTAMP_MISSING.
TimeInForceGtdTimestampInPast
TIME_IN_FORCE_GTD_TIMESTAMP_IN_PAST.
PriceBoundInvalid
PRICE_BOUND_INVALID.
PriceBoundPrecisionExceeded
PRICE_BOUND_PRECISION_EXCEEDED.
OrdersOnFillDuplicateClientOrderIds
ORDERS_ON_FILL_DUPLICATE_CLIENT_ORDER_IDS.
TradeOnFillClientExtensionsNotSupported
TRADE_ON_FILL_CLIENT_EXTENSIONS_NOT_SUPPORTED.
ClientOrderIdInvalid
CLIENT_ORDER_ID_INVALID.
ClientOrderIdAlreadyExists
CLIENT_ORDER_ID_ALREADY_EXISTS.
ClientOrderTagInvalid
CLIENT_ORDER_TAG_INVALID.
ClientOrderCommentInvalid
CLIENT_ORDER_COMMENT_INVALID.
ClientTradeIdInvalid
CLIENT_TRADE_ID_INVALID.
ClientTradeIdAlreadyExists
CLIENT_TRADE_ID_ALREADY_EXISTS.
ClientTradeTagInvalid
CLIENT_TRADE_TAG_INVALID.
ClientTradeCommentInvalid
CLIENT_TRADE_COMMENT_INVALID.
OrderFillPositionActionMissing
ORDER_FILL_POSITION_ACTION_MISSING.
OrderFillPositionActionInvalid
ORDER_FILL_POSITION_ACTION_INVALID.
TriggerConditionMissing
TRIGGER_CONDITION_MISSING.
TriggerConditionInvalid
TRIGGER_CONDITION_INVALID.
OrderPartialFillOptionMissing
ORDER_PARTIAL_FILL_OPTION_MISSING.
OrderPartialFillOptionInvalid
ORDER_PARTIAL_FILL_OPTION_INVALID.
InvalidReissueImmediatePartialFill
INVALID_REISSUE_IMMEDIATE_PARTIAL_FILL.
TakeProfitOrderAlreadyExists
TAKE_PROFIT_ORDER_ALREADY_EXISTS.
TakeProfitOnFillPriceMissing
TAKE_PROFIT_ON_FILL_PRICE_MISSING.
TakeProfitOnFillPriceInvalid
TAKE_PROFIT_ON_FILL_PRICE_INVALID.
TakeProfitOnFillPricePrecisionExceeded
TAKE_PROFIT_ON_FILL_PRICE_PRECISION_EXCEEDED.
TakeProfitOnFillTimeInForceMissing
TAKE_PROFIT_ON_FILL_TIME_IN_FORCE_MISSING.
TakeProfitOnFillTimeInForceInvalid
TAKE_PROFIT_ON_FILL_TIME_IN_FORCE_INVALID.
TakeProfitOnFillGtdTimestampMissing
TAKE_PROFIT_ON_FILL_GTD_TIMESTAMP_MISSING.
TakeProfitOnFillGtdTimestampInPast
TAKE_PROFIT_ON_FILL_GTD_TIMESTAMP_IN_PAST.
TakeProfitOnFillClientOrderIdInvalid
TAKE_PROFIT_ON_FILL_CLIENT_ORDER_ID_INVALID.
TakeProfitOnFillClientOrderTagInvalid
TAKE_PROFIT_ON_FILL_CLIENT_ORDER_TAG_INVALID.
TakeProfitOnFillClientOrderCommentInvalid
TAKE_PROFIT_ON_FILL_CLIENT_ORDER_COMMENT_INVALID.
TakeProfitOnFillTriggerConditionMissing
TAKE_PROFIT_ON_FILL_TRIGGER_CONDITION_MISSING.
TakeProfitOnFillTriggerConditionInvalid
TAKE_PROFIT_ON_FILL_TRIGGER_CONDITION_INVALID.
StopLossOrderAlreadyExists
STOP_LOSS_ORDER_ALREADY_EXISTS.
StopLossOrderGuaranteedRequired
STOP_LOSS_ORDER_GUARANTEED_REQUIRED.
StopLossOrderGuaranteedPriceWithinSpread
STOP_LOSS_ORDER_GUARANTEED_PRICE_WITHIN_SPREAD.
StopLossOrderGuaranteedNotAllowed
STOP_LOSS_ORDER_GUARANTEED_NOT_ALLOWED.
StopLossOrderGuaranteedHaltedCreateViolation
STOP_LOSS_ORDER_GUARANTEED_HALTED_CREATE_VIOLATION.
StopLossOrderGuaranteedHaltedTightenViolation
STOP_LOSS_ORDER_GUARANTEED_HALTED_TIGHTEN_VIOLATION.
StopLossOrderGuaranteedHedgingNotAllowed
STOP_LOSS_ORDER_GUARANTEED_HEDGING_NOT_ALLOWED.
StopLossOrderGuaranteedMinimumDistanceNotMet
STOP_LOSS_ORDER_GUARANTEED_MINIMUM_DISTANCE_NOT_MET.
StopLossOrderNotCancelable
STOP_LOSS_ORDER_NOT_CANCELABLE.
StopLossOrderNotReplaceable
STOP_LOSS_ORDER_NOT_REPLACEABLE.
StopLossOrderGuaranteedLevelRestrictionExceeded
STOP_LOSS_ORDER_GUARANTEED_LEVEL_RESTRICTION_EXCEEDED.
StopLossOrderPriceAndDistanceBothSpecified
STOP_LOSS_ORDER_PRICE_AND_DISTANCE_BOTH_SPECIFIED.
StopLossOrderPriceAndDistanceBothMissing
STOP_LOSS_ORDER_PRICE_AND_DISTANCE_BOTH_MISSING.
StopLossOnFillRequiredForPendingOrder
STOP_LOSS_ON_FILL_REQUIRED_FOR_PENDING_ORDER.
StopLossOnFillGuaranteedNotAllowed
STOP_LOSS_ON_FILL_GUARANTEED_NOT_ALLOWED.
StopLossOnFillGuaranteedRequired
STOP_LOSS_ON_FILL_GUARANTEED_REQUIRED.
StopLossOnFillPriceMissing
STOP_LOSS_ON_FILL_PRICE_MISSING.
StopLossOnFillPriceInvalid
STOP_LOSS_ON_FILL_PRICE_INVALID.
StopLossOnFillPricePrecisionExceeded
STOP_LOSS_ON_FILL_PRICE_PRECISION_EXCEEDED.
StopLossOnFillGuaranteedMinimumDistanceNotMet
STOP_LOSS_ON_FILL_GUARANTEED_MINIMUM_DISTANCE_NOT_MET.
StopLossOnFillGuaranteedLevelRestrictionExceeded
STOP_LOSS_ON_FILL_GUARANTEED_LEVEL_RESTRICTION_EXCEEDED.
StopLossOnFillDistanceInvalid
STOP_LOSS_ON_FILL_DISTANCE_INVALID.
StopLossOnFillPriceDistanceMaximumExceeded
STOP_LOSS_ON_FILL_PRICE_DISTANCE_MAXIMUM_EXCEEDED.
StopLossOnFillDistancePrecisionExceeded
STOP_LOSS_ON_FILL_DISTANCE_PRECISION_EXCEEDED.
StopLossOnFillPriceAndDistanceBothSpecified
STOP_LOSS_ON_FILL_PRICE_AND_DISTANCE_BOTH_SPECIFIED.
StopLossOnFillPriceAndDistanceBothMissing
STOP_LOSS_ON_FILL_PRICE_AND_DISTANCE_BOTH_MISSING.
StopLossOnFillTimeInForceMissing
STOP_LOSS_ON_FILL_TIME_IN_FORCE_MISSING.
StopLossOnFillTimeInForceInvalid
STOP_LOSS_ON_FILL_TIME_IN_FORCE_INVALID.
StopLossOnFillGtdTimestampMissing
STOP_LOSS_ON_FILL_GTD_TIMESTAMP_MISSING.
StopLossOnFillGtdTimestampInPast
STOP_LOSS_ON_FILL_GTD_TIMESTAMP_IN_PAST.
StopLossOnFillClientOrderIdInvalid
STOP_LOSS_ON_FILL_CLIENT_ORDER_ID_INVALID.
StopLossOnFillClientOrderTagInvalid
STOP_LOSS_ON_FILL_CLIENT_ORDER_TAG_INVALID.
StopLossOnFillClientOrderCommentInvalid
STOP_LOSS_ON_FILL_CLIENT_ORDER_COMMENT_INVALID.
StopLossOnFillTriggerConditionMissing
STOP_LOSS_ON_FILL_TRIGGER_CONDITION_MISSING.
StopLossOnFillTriggerConditionInvalid
STOP_LOSS_ON_FILL_TRIGGER_CONDITION_INVALID.
TrailingStopLossOrderAlreadyExists
TRAILING_STOP_LOSS_ORDER_ALREADY_EXISTS.
TrailingStopLossOnFillPriceDistanceMissing
TRAILING_STOP_LOSS_ON_FILL_PRICE_DISTANCE_MISSING.
TrailingStopLossOnFillPriceDistanceInvalid
TRAILING_STOP_LOSS_ON_FILL_PRICE_DISTANCE_INVALID.
TrailingStopLossOnFillPriceDistancePrecisionExceeded
TRAILING_STOP_LOSS_ON_FILL_PRICE_DISTANCE_PRECISION_EXCEEDED.
TrailingStopLossOnFillPriceDistanceMaximumExceeded
TRAILING_STOP_LOSS_ON_FILL_PRICE_DISTANCE_MAXIMUM_EXCEEDED.
TrailingStopLossOnFillPriceDistanceMinimumNotMet
TRAILING_STOP_LOSS_ON_FILL_PRICE_DISTANCE_MINIMUM_NOT_MET.
TrailingStopLossOnFillTimeInForceMissing
TRAILING_STOP_LOSS_ON_FILL_TIME_IN_FORCE_MISSING.
TrailingStopLossOnFillTimeInForceInvalid
TRAILING_STOP_LOSS_ON_FILL_TIME_IN_FORCE_INVALID.
TrailingStopLossOnFillGtdTimestampMissing
TRAILING_STOP_LOSS_ON_FILL_GTD_TIMESTAMP_MISSING.
TrailingStopLossOnFillGtdTimestampInPast
TRAILING_STOP_LOSS_ON_FILL_GTD_TIMESTAMP_IN_PAST.
TrailingStopLossOnFillClientOrderIdInvalid
TRAILING_STOP_LOSS_ON_FILL_CLIENT_ORDER_ID_INVALID.
TrailingStopLossOnFillClientOrderTagInvalid
TRAILING_STOP_LOSS_ON_FILL_CLIENT_ORDER_TAG_INVALID.
TrailingStopLossOnFillClientOrderCommentInvalid
TRAILING_STOP_LOSS_ON_FILL_CLIENT_ORDER_COMMENT_INVALID.
TrailingStopLossOrdersNotSupported
TRAILING_STOP_LOSS_ORDERS_NOT_SUPPORTED.
TrailingStopLossOnFillTriggerConditionMissing
TRAILING_STOP_LOSS_ON_FILL_TRIGGER_CONDITION_MISSING.
TrailingStopLossOnFillTriggerConditionInvalid
TRAILING_STOP_LOSS_ON_FILL_TRIGGER_CONDITION_INVALID.
CloseTradeTypeMissing
CLOSE_TRADE_TYPE_MISSING.
CloseTradePartialUnitsMissing
CLOSE_TRADE_PARTIAL_UNITS_MISSING.
CloseTradeUnitsExceedTradeSize
CLOSE_TRADE_UNITS_EXCEED_TRADE_SIZE.
CloseoutPositionDoesntExist
CLOSEOUT_POSITION_DOESNT_EXIST.
CloseoutPositionIncompleteSpecification
CLOSEOUT_POSITION_INCOMPLETE_SPECIFICATION.
CloseoutPositionUnitsExceedPositionSize
CLOSEOUT_POSITION_UNITS_EXCEED_POSITION_SIZE.
CloseoutPositionReject
CLOSEOUT_POSITION_REJECT.
CloseoutPositionPartialUnitsMissing
CLOSEOUT_POSITION_PARTIAL_UNITS_MISSING.
MarkupGroupIdInvalid
MARKUP_GROUP_ID_INVALID.
PositionAggregationModeInvalid
POSITION_AGGREGATION_MODE_INVALID.
AdminConfigureDataMissing
ADMIN_CONFIGURE_DATA_MISSING.
MarginRateInvalid
MARGIN_RATE_INVALID.
MarginRateWouldTriggerCloseout
MARGIN_RATE_WOULD_TRIGGER_CLOSEOUT.
AliasInvalid
ALIAS_INVALID.
ClientConfigureDataMissing
CLIENT_CONFIGURE_DATA_MISSING.
MarginRateWouldTriggerMarginCall
MARGIN_RATE_WOULD_TRIGGER_MARGIN_CALL.
AmountInvalid
AMOUNT_INVALID.
InsufficientFunds
INSUFFICIENT_FUNDS.
AmountMissing
AMOUNT_MISSING.
FundingReasonMissing
FUNDING_REASON_MISSING.
ClientExtensionsDataMissing
CLIENT_EXTENSIONS_DATA_MISSING.
ReplacingOrderInvalid
REPLACING_ORDER_INVALID.
ReplacingTradeIdInvalid
REPLACING_TRADE_ID_INVALID.
Other(String)
A value not (yet) known to this version of the SDK.
Implementations§
Trait Implementations§
Source§impl Clone for TransactionRejectReason
impl Clone for TransactionRejectReason
Source§fn clone(&self) -> TransactionRejectReason
fn clone(&self) -> TransactionRejectReason
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for TransactionRejectReason
impl Debug for TransactionRejectReason
Source§impl<'de> Deserialize<'de> for TransactionRejectReason
impl<'de> Deserialize<'de> for TransactionRejectReason
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Source§impl Display for TransactionRejectReason
impl Display for TransactionRejectReason
impl Eq for TransactionRejectReason
Source§impl From<&str> for TransactionRejectReason
impl From<&str> for TransactionRejectReason
Source§impl From<String> for TransactionRejectReason
impl From<String> for TransactionRejectReason
Source§impl FromStr for TransactionRejectReason
impl FromStr for TransactionRejectReason
Source§impl Hash for TransactionRejectReason
impl Hash for TransactionRejectReason
Source§impl PartialEq for TransactionRejectReason
impl PartialEq for TransactionRejectReason
Source§impl Serialize for TransactionRejectReason
impl Serialize for TransactionRejectReason
impl StructuralPartialEq for TransactionRejectReason
Auto Trait Implementations§
impl Freeze for TransactionRejectReason
impl RefUnwindSafe for TransactionRejectReason
impl Send for TransactionRejectReason
impl Sync for TransactionRejectReason
impl Unpin for TransactionRejectReason
impl UnsafeUnpin for TransactionRejectReason
impl UnwindSafe for TransactionRejectReason
Blanket Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.