#[non_exhaustive]pub enum EventInstance {
Show 74 variants
AcceptedPositionFeesProposal(MoveInstance<AcceptedPositionFeesProposal>),
AddedIntegratorConfig(MoveInstance<AddedIntegratorConfig<Otw>>),
AllocatedCollateral(MoveInstance<AllocatedCollateral>),
CanceledOrder(MoveInstance<CanceledOrder>),
ClosedMarket(MoveInstance<ClosedMarket>),
ClosedPositionAtSettlementPrices(MoveInstance<ClosedPositionAtSettlementPrices>),
CreatedAccount(MoveInstance<CreatedAccount<Otw>>),
CreatedAssistantAccountCap(MoveInstance<CreatedAssistantAccountCap>),
CreatedClearingHouse(MoveInstance<CreatedClearingHouse>),
CreatedIntegratorVault(MoveInstance<CreatedIntegratorVault>),
CreatedMarginRatiosProposal(MoveInstance<CreatedMarginRatiosProposal>),
CreatedOrderbook(MoveInstance<CreatedOrderbook>),
CreatedPosition(MoveInstance<CreatedPosition>),
CreatedPositionFeesProposal(MoveInstance<CreatedPositionFeesProposal>),
CreatedStopOrderTicket(MoveInstance<CreatedStopOrderTicket<Otw>>),
DeallocatedCollateral(MoveInstance<DeallocatedCollateral>),
DeletedMarginRatiosProposal(MoveInstance<DeletedMarginRatiosProposal>),
DeletedPositionFeesProposal(MoveInstance<DeletedPositionFeesProposal>),
DeletedStopOrderTicket(MoveInstance<DeletedStopOrderTicket<Otw>>),
DepositedCollateral(MoveInstance<DepositedCollateral<Otw>>),
DonatedToInsuranceFund(MoveInstance<DonatedToInsuranceFund>),
EditedStopOrderTicketDetails(MoveInstance<EditedStopOrderTicketDetails<Otw>>),
EditedStopOrderTicketExecutors(MoveInstance<EditedStopOrderTicketExecutors<Otw>>),
ExecutedStopOrderTicket(MoveInstance<ExecutedStopOrderTicket<Otw>>),
FilledMakerOrder(MoveInstance<FilledMakerOrder>),
FilledMakerOrders(MoveInstance<FilledMakerOrders>),
FilledTakerOrder(MoveInstance<FilledTakerOrder>),
LiquidatedPosition(MoveInstance<LiquidatedPosition>),
PaidIntegratorFees(MoveInstance<PaidIntegratorFees<Otw>>),
PausedMarket(MoveInstance<PausedMarket>),
PerformedADL(MoveInstance<PerformedADL>),
PerformedLiquidation(MoveInstance<PerformedLiquidation>),
PostedOrder(MoveInstance<PostedOrder>),
RegisteredCollateralInfo(MoveInstance<RegisteredCollateralInfo<Otw>>),
RegisteredMarketInfo(MoveInstance<RegisteredMarketInfo<Otw>>),
RejectedPositionFeesProposal(MoveInstance<RejectedPositionFeesProposal>),
RemovedIntegratorConfig(MoveInstance<RemovedIntegratorConfig<Otw>>),
RemovedRegisteredMarketInfo(MoveInstance<RemovedRegisteredMarketInfo<Otw>>),
ResettedPositionFees(MoveInstance<ResettedPositionFees>),
ResumedMarket(MoveInstance<ResumedMarket>),
RevokedAssistantAccountCap(MoveInstance<RevokedAssistantAccountCap>),
SetPositionInitialMarginRatio(MoveInstance<SetPositionInitialMarginRatio>),
SettledFunding(MoveInstance<SettledFunding>),
SocializedBadDebt(MoveInstance<SocializedBadDebt>),
UpdatedBasePfsID(MoveInstance<UpdatedBasePfsID>),
UpdatedBasePfsSourceID(MoveInstance<UpdatedBasePfsSourceID>),
UpdatedBasePfsTolerance(MoveInstance<UpdatedBasePfsTolerance>),
UpdatedClearingHouseVersion(MoveInstance<UpdatedClearingHouseVersion>),
UpdatedCollateralHaircut(MoveInstance<UpdatedCollateralHaircut>),
UpdatedCollateralPfsID(MoveInstance<UpdatedCollateralPfsID>),
UpdatedCollateralPfsSourceID(MoveInstance<UpdatedCollateralPfsSourceID>),
UpdatedCollateralPfsTolerance(MoveInstance<UpdatedCollateralPfsTolerance>),
UpdatedFees(MoveInstance<UpdatedFees>),
UpdatedFunding(MoveInstance<UpdatedFunding>),
UpdatedFundingParameters(MoveInstance<UpdatedFundingParameters>),
UpdatedGasPriceTwap(MoveInstance<UpdatedGasPriceTwap>),
UpdatedGasPriceTwapParameters(MoveInstance<UpdatedGasPriceTwapParameters>),
UpdatedMarginRatios(MoveInstance<UpdatedMarginRatios>),
UpdatedMarketLotAndTick(MoveInstance<UpdatedMarketLotAndTick>),
UpdatedMaxBadDebt(MoveInstance<UpdatedMaxBadDebt>),
UpdatedMaxOpenInterest(MoveInstance<UpdatedMaxOpenInterest>),
UpdatedMaxOpenInterestPositionParams(MoveInstance<UpdatedMaxOpenInterestPositionParams>),
UpdatedMaxPendingOrders(MoveInstance<UpdatedMaxPendingOrders>),
UpdatedMaxSocializeLossesMrDecrease(MoveInstance<UpdatedMaxSocializeLossesMrDecrease>),
UpdatedMinOrderUsdValue(MoveInstance<UpdatedMinOrderUsdValue>),
UpdatedOpenInterestAndFeesAccrued(MoveInstance<UpdatedOpenInterestAndFeesAccrued>),
UpdatedPremiumTwap(MoveInstance<UpdatedPremiumTwap>),
UpdatedSpreadTwap(MoveInstance<UpdatedSpreadTwap>),
UpdatedSpreadTwapParameters(MoveInstance<UpdatedSpreadTwapParameters>),
UpdatedStopOrderMistCost(MoveInstance<UpdatedStopOrderMistCost>),
WithdrewCollateral(MoveInstance<WithdrewCollateral<Otw>>),
WithdrewFees(MoveInstance<WithdrewFees>),
WithdrewFromIntegratorVault(MoveInstance<WithdrewFromIntegratorVault>),
WithdrewInsuranceFund(MoveInstance<WithdrewInsuranceFund>),
}Expand description
A Perpetuals event instance of any kind.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AcceptedPositionFeesProposal(MoveInstance<AcceptedPositionFeesProposal>)
AddedIntegratorConfig(MoveInstance<AddedIntegratorConfig<Otw>>)
AllocatedCollateral(MoveInstance<AllocatedCollateral>)
CanceledOrder(MoveInstance<CanceledOrder>)
ClosedMarket(MoveInstance<ClosedMarket>)
ClosedPositionAtSettlementPrices(MoveInstance<ClosedPositionAtSettlementPrices>)
CreatedAccount(MoveInstance<CreatedAccount<Otw>>)
CreatedAssistantAccountCap(MoveInstance<CreatedAssistantAccountCap>)
CreatedClearingHouse(MoveInstance<CreatedClearingHouse>)
CreatedIntegratorVault(MoveInstance<CreatedIntegratorVault>)
CreatedMarginRatiosProposal(MoveInstance<CreatedMarginRatiosProposal>)
CreatedOrderbook(MoveInstance<CreatedOrderbook>)
CreatedPosition(MoveInstance<CreatedPosition>)
CreatedPositionFeesProposal(MoveInstance<CreatedPositionFeesProposal>)
CreatedStopOrderTicket(MoveInstance<CreatedStopOrderTicket<Otw>>)
DeallocatedCollateral(MoveInstance<DeallocatedCollateral>)
DeletedMarginRatiosProposal(MoveInstance<DeletedMarginRatiosProposal>)
DeletedPositionFeesProposal(MoveInstance<DeletedPositionFeesProposal>)
DeletedStopOrderTicket(MoveInstance<DeletedStopOrderTicket<Otw>>)
DepositedCollateral(MoveInstance<DepositedCollateral<Otw>>)
DonatedToInsuranceFund(MoveInstance<DonatedToInsuranceFund>)
EditedStopOrderTicketDetails(MoveInstance<EditedStopOrderTicketDetails<Otw>>)
EditedStopOrderTicketExecutors(MoveInstance<EditedStopOrderTicketExecutors<Otw>>)
ExecutedStopOrderTicket(MoveInstance<ExecutedStopOrderTicket<Otw>>)
FilledMakerOrder(MoveInstance<FilledMakerOrder>)
FilledMakerOrders(MoveInstance<FilledMakerOrders>)
FilledTakerOrder(MoveInstance<FilledTakerOrder>)
LiquidatedPosition(MoveInstance<LiquidatedPosition>)
PaidIntegratorFees(MoveInstance<PaidIntegratorFees<Otw>>)
PausedMarket(MoveInstance<PausedMarket>)
PerformedADL(MoveInstance<PerformedADL>)
PerformedLiquidation(MoveInstance<PerformedLiquidation>)
PostedOrder(MoveInstance<PostedOrder>)
RegisteredCollateralInfo(MoveInstance<RegisteredCollateralInfo<Otw>>)
RegisteredMarketInfo(MoveInstance<RegisteredMarketInfo<Otw>>)
RejectedPositionFeesProposal(MoveInstance<RejectedPositionFeesProposal>)
RemovedIntegratorConfig(MoveInstance<RemovedIntegratorConfig<Otw>>)
RemovedRegisteredMarketInfo(MoveInstance<RemovedRegisteredMarketInfo<Otw>>)
ResettedPositionFees(MoveInstance<ResettedPositionFees>)
ResumedMarket(MoveInstance<ResumedMarket>)
RevokedAssistantAccountCap(MoveInstance<RevokedAssistantAccountCap>)
SetPositionInitialMarginRatio(MoveInstance<SetPositionInitialMarginRatio>)
SettledFunding(MoveInstance<SettledFunding>)
SocializedBadDebt(MoveInstance<SocializedBadDebt>)
UpdatedBasePfsID(MoveInstance<UpdatedBasePfsID>)
UpdatedBasePfsSourceID(MoveInstance<UpdatedBasePfsSourceID>)
UpdatedBasePfsTolerance(MoveInstance<UpdatedBasePfsTolerance>)
UpdatedClearingHouseVersion(MoveInstance<UpdatedClearingHouseVersion>)
UpdatedCollateralHaircut(MoveInstance<UpdatedCollateralHaircut>)
UpdatedCollateralPfsID(MoveInstance<UpdatedCollateralPfsID>)
UpdatedCollateralPfsSourceID(MoveInstance<UpdatedCollateralPfsSourceID>)
UpdatedCollateralPfsTolerance(MoveInstance<UpdatedCollateralPfsTolerance>)
UpdatedFees(MoveInstance<UpdatedFees>)
UpdatedFunding(MoveInstance<UpdatedFunding>)
UpdatedFundingParameters(MoveInstance<UpdatedFundingParameters>)
UpdatedGasPriceTwap(MoveInstance<UpdatedGasPriceTwap>)
UpdatedGasPriceTwapParameters(MoveInstance<UpdatedGasPriceTwapParameters>)
UpdatedMarginRatios(MoveInstance<UpdatedMarginRatios>)
UpdatedMarketLotAndTick(MoveInstance<UpdatedMarketLotAndTick>)
UpdatedMaxBadDebt(MoveInstance<UpdatedMaxBadDebt>)
UpdatedMaxOpenInterest(MoveInstance<UpdatedMaxOpenInterest>)
UpdatedMaxOpenInterestPositionParams(MoveInstance<UpdatedMaxOpenInterestPositionParams>)
UpdatedMaxPendingOrders(MoveInstance<UpdatedMaxPendingOrders>)
UpdatedMaxSocializeLossesMrDecrease(MoveInstance<UpdatedMaxSocializeLossesMrDecrease>)
UpdatedMinOrderUsdValue(MoveInstance<UpdatedMinOrderUsdValue>)
UpdatedOpenInterestAndFeesAccrued(MoveInstance<UpdatedOpenInterestAndFeesAccrued>)
UpdatedPremiumTwap(MoveInstance<UpdatedPremiumTwap>)
UpdatedSpreadTwap(MoveInstance<UpdatedSpreadTwap>)
UpdatedSpreadTwapParameters(MoveInstance<UpdatedSpreadTwapParameters>)
UpdatedStopOrderMistCost(MoveInstance<UpdatedStopOrderMistCost>)
WithdrewCollateral(MoveInstance<WithdrewCollateral<Otw>>)
WithdrewFees(MoveInstance<WithdrewFees>)
WithdrewFromIntegratorVault(MoveInstance<WithdrewFromIntegratorVault>)
WithdrewInsuranceFund(MoveInstance<WithdrewInsuranceFund>)
Implementations§
Source§impl EventInstance
impl EventInstance
Sourcepub const fn is_accepted_position_fees_proposal(&self) -> bool
pub const fn is_accepted_position_fees_proposal(&self) -> bool
Returns true if this value is of type AcceptedPositionFeesProposal. Returns false otherwise
Sourcepub const fn is_added_integrator_config(&self) -> bool
pub const fn is_added_integrator_config(&self) -> bool
Returns true if this value is of type AddedIntegratorConfig. Returns false otherwise
Sourcepub const fn is_allocated_collateral(&self) -> bool
pub const fn is_allocated_collateral(&self) -> bool
Returns true if this value is of type AllocatedCollateral. Returns false otherwise
Sourcepub const fn is_canceled_order(&self) -> bool
pub const fn is_canceled_order(&self) -> bool
Returns true if this value is of type CanceledOrder. Returns false otherwise
Sourcepub const fn is_closed_market(&self) -> bool
pub const fn is_closed_market(&self) -> bool
Returns true if this value is of type ClosedMarket. Returns false otherwise
Sourcepub const fn is_closed_position_at_settlement_prices(&self) -> bool
pub const fn is_closed_position_at_settlement_prices(&self) -> bool
Returns true if this value is of type ClosedPositionAtSettlementPrices. Returns false otherwise
Sourcepub const fn is_created_account(&self) -> bool
pub const fn is_created_account(&self) -> bool
Returns true if this value is of type CreatedAccount. Returns false otherwise
Sourcepub const fn is_created_assistant_account_cap(&self) -> bool
pub const fn is_created_assistant_account_cap(&self) -> bool
Returns true if this value is of type CreatedAssistantAccountCap. Returns false otherwise
Sourcepub const fn is_created_clearing_house(&self) -> bool
pub const fn is_created_clearing_house(&self) -> bool
Returns true if this value is of type CreatedClearingHouse. Returns false otherwise
Sourcepub const fn is_created_integrator_vault(&self) -> bool
pub const fn is_created_integrator_vault(&self) -> bool
Returns true if this value is of type CreatedIntegratorVault. Returns false otherwise
Sourcepub const fn is_created_margin_ratios_proposal(&self) -> bool
pub const fn is_created_margin_ratios_proposal(&self) -> bool
Returns true if this value is of type CreatedMarginRatiosProposal. Returns false otherwise
Sourcepub const fn is_created_orderbook(&self) -> bool
pub const fn is_created_orderbook(&self) -> bool
Returns true if this value is of type CreatedOrderbook. Returns false otherwise
Sourcepub const fn is_created_position(&self) -> bool
pub const fn is_created_position(&self) -> bool
Returns true if this value is of type CreatedPosition. Returns false otherwise
Sourcepub const fn is_created_position_fees_proposal(&self) -> bool
pub const fn is_created_position_fees_proposal(&self) -> bool
Returns true if this value is of type CreatedPositionFeesProposal. Returns false otherwise
Sourcepub const fn is_created_stop_order_ticket(&self) -> bool
pub const fn is_created_stop_order_ticket(&self) -> bool
Returns true if this value is of type CreatedStopOrderTicket. Returns false otherwise
Sourcepub const fn is_deallocated_collateral(&self) -> bool
pub const fn is_deallocated_collateral(&self) -> bool
Returns true if this value is of type DeallocatedCollateral. Returns false otherwise
Sourcepub const fn is_deleted_margin_ratios_proposal(&self) -> bool
pub const fn is_deleted_margin_ratios_proposal(&self) -> bool
Returns true if this value is of type DeletedMarginRatiosProposal. Returns false otherwise
Sourcepub const fn is_deleted_position_fees_proposal(&self) -> bool
pub const fn is_deleted_position_fees_proposal(&self) -> bool
Returns true if this value is of type DeletedPositionFeesProposal. Returns false otherwise
Sourcepub const fn is_deleted_stop_order_ticket(&self) -> bool
pub const fn is_deleted_stop_order_ticket(&self) -> bool
Returns true if this value is of type DeletedStopOrderTicket. Returns false otherwise
Sourcepub const fn is_deposited_collateral(&self) -> bool
pub const fn is_deposited_collateral(&self) -> bool
Returns true if this value is of type DepositedCollateral. Returns false otherwise
Sourcepub const fn is_donated_to_insurance_fund(&self) -> bool
pub const fn is_donated_to_insurance_fund(&self) -> bool
Returns true if this value is of type DonatedToInsuranceFund. Returns false otherwise
Sourcepub const fn is_edited_stop_order_ticket_details(&self) -> bool
pub const fn is_edited_stop_order_ticket_details(&self) -> bool
Returns true if this value is of type EditedStopOrderTicketDetails. Returns false otherwise
Sourcepub const fn is_edited_stop_order_ticket_executors(&self) -> bool
pub const fn is_edited_stop_order_ticket_executors(&self) -> bool
Returns true if this value is of type EditedStopOrderTicketExecutors. Returns false otherwise
Sourcepub const fn is_executed_stop_order_ticket(&self) -> bool
pub const fn is_executed_stop_order_ticket(&self) -> bool
Returns true if this value is of type ExecutedStopOrderTicket. Returns false otherwise
Sourcepub const fn is_filled_maker_order(&self) -> bool
pub const fn is_filled_maker_order(&self) -> bool
Returns true if this value is of type FilledMakerOrder. Returns false otherwise
Sourcepub const fn is_filled_maker_orders(&self) -> bool
pub const fn is_filled_maker_orders(&self) -> bool
Returns true if this value is of type FilledMakerOrders. Returns false otherwise
Sourcepub const fn is_filled_taker_order(&self) -> bool
pub const fn is_filled_taker_order(&self) -> bool
Returns true if this value is of type FilledTakerOrder. Returns false otherwise
Sourcepub const fn is_liquidated_position(&self) -> bool
pub const fn is_liquidated_position(&self) -> bool
Returns true if this value is of type LiquidatedPosition. Returns false otherwise
Sourcepub const fn is_paid_integrator_fees(&self) -> bool
pub const fn is_paid_integrator_fees(&self) -> bool
Returns true if this value is of type PaidIntegratorFees. Returns false otherwise
Sourcepub const fn is_paused_market(&self) -> bool
pub const fn is_paused_market(&self) -> bool
Returns true if this value is of type PausedMarket. Returns false otherwise
Sourcepub const fn is_performed_adl(&self) -> bool
pub const fn is_performed_adl(&self) -> bool
Returns true if this value is of type PerformedADL. Returns false otherwise
Sourcepub const fn is_performed_liquidation(&self) -> bool
pub const fn is_performed_liquidation(&self) -> bool
Returns true if this value is of type PerformedLiquidation. Returns false otherwise
Sourcepub const fn is_posted_order(&self) -> bool
pub const fn is_posted_order(&self) -> bool
Returns true if this value is of type PostedOrder. Returns false otherwise
Sourcepub const fn is_registered_collateral_info(&self) -> bool
pub const fn is_registered_collateral_info(&self) -> bool
Returns true if this value is of type RegisteredCollateralInfo. Returns false otherwise
Sourcepub const fn is_registered_market_info(&self) -> bool
pub const fn is_registered_market_info(&self) -> bool
Returns true if this value is of type RegisteredMarketInfo. Returns false otherwise
Sourcepub const fn is_rejected_position_fees_proposal(&self) -> bool
pub const fn is_rejected_position_fees_proposal(&self) -> bool
Returns true if this value is of type RejectedPositionFeesProposal. Returns false otherwise
Sourcepub const fn is_removed_integrator_config(&self) -> bool
pub const fn is_removed_integrator_config(&self) -> bool
Returns true if this value is of type RemovedIntegratorConfig. Returns false otherwise
Sourcepub const fn is_removed_registered_market_info(&self) -> bool
pub const fn is_removed_registered_market_info(&self) -> bool
Returns true if this value is of type RemovedRegisteredMarketInfo. Returns false otherwise
Sourcepub const fn is_resetted_position_fees(&self) -> bool
pub const fn is_resetted_position_fees(&self) -> bool
Returns true if this value is of type ResettedPositionFees. Returns false otherwise
Sourcepub const fn is_resumed_market(&self) -> bool
pub const fn is_resumed_market(&self) -> bool
Returns true if this value is of type ResumedMarket. Returns false otherwise
Sourcepub const fn is_revoked_assistant_account_cap(&self) -> bool
pub const fn is_revoked_assistant_account_cap(&self) -> bool
Returns true if this value is of type RevokedAssistantAccountCap. Returns false otherwise
Sourcepub const fn is_set_position_initial_margin_ratio(&self) -> bool
pub const fn is_set_position_initial_margin_ratio(&self) -> bool
Returns true if this value is of type SetPositionInitialMarginRatio. Returns false otherwise
Sourcepub const fn is_settled_funding(&self) -> bool
pub const fn is_settled_funding(&self) -> bool
Returns true if this value is of type SettledFunding. Returns false otherwise
Returns true if this value is of type SocializedBadDebt. Returns false otherwise
Sourcepub const fn is_updated_base_pfs_id(&self) -> bool
pub const fn is_updated_base_pfs_id(&self) -> bool
Returns true if this value is of type UpdatedBasePfsID. Returns false otherwise
Sourcepub const fn is_updated_base_pfs_source_id(&self) -> bool
pub const fn is_updated_base_pfs_source_id(&self) -> bool
Returns true if this value is of type UpdatedBasePfsSourceID. Returns false otherwise
Sourcepub const fn is_updated_base_pfs_tolerance(&self) -> bool
pub const fn is_updated_base_pfs_tolerance(&self) -> bool
Returns true if this value is of type UpdatedBasePfsTolerance. Returns false otherwise
Sourcepub const fn is_updated_clearing_house_version(&self) -> bool
pub const fn is_updated_clearing_house_version(&self) -> bool
Returns true if this value is of type UpdatedClearingHouseVersion. Returns false otherwise
Sourcepub const fn is_updated_collateral_haircut(&self) -> bool
pub const fn is_updated_collateral_haircut(&self) -> bool
Returns true if this value is of type UpdatedCollateralHaircut. Returns false otherwise
Sourcepub const fn is_updated_collateral_pfs_id(&self) -> bool
pub const fn is_updated_collateral_pfs_id(&self) -> bool
Returns true if this value is of type UpdatedCollateralPfsID. Returns false otherwise
Sourcepub const fn is_updated_collateral_pfs_source_id(&self) -> bool
pub const fn is_updated_collateral_pfs_source_id(&self) -> bool
Returns true if this value is of type UpdatedCollateralPfsSourceID. Returns false otherwise
Sourcepub const fn is_updated_collateral_pfs_tolerance(&self) -> bool
pub const fn is_updated_collateral_pfs_tolerance(&self) -> bool
Returns true if this value is of type UpdatedCollateralPfsTolerance. Returns false otherwise
Sourcepub const fn is_updated_fees(&self) -> bool
pub const fn is_updated_fees(&self) -> bool
Returns true if this value is of type UpdatedFees. Returns false otherwise
Sourcepub const fn is_updated_funding(&self) -> bool
pub const fn is_updated_funding(&self) -> bool
Returns true if this value is of type UpdatedFunding. Returns false otherwise
Sourcepub const fn is_updated_funding_parameters(&self) -> bool
pub const fn is_updated_funding_parameters(&self) -> bool
Returns true if this value is of type UpdatedFundingParameters. Returns false otherwise
Sourcepub const fn is_updated_gas_price_twap(&self) -> bool
pub const fn is_updated_gas_price_twap(&self) -> bool
Returns true if this value is of type UpdatedGasPriceTwap. Returns false otherwise
Sourcepub const fn is_updated_gas_price_twap_parameters(&self) -> bool
pub const fn is_updated_gas_price_twap_parameters(&self) -> bool
Returns true if this value is of type UpdatedGasPriceTwapParameters. Returns false otherwise
Sourcepub const fn is_updated_margin_ratios(&self) -> bool
pub const fn is_updated_margin_ratios(&self) -> bool
Returns true if this value is of type UpdatedMarginRatios. Returns false otherwise
Sourcepub const fn is_updated_market_lot_and_tick(&self) -> bool
pub const fn is_updated_market_lot_and_tick(&self) -> bool
Returns true if this value is of type UpdatedMarketLotAndTick. Returns false otherwise
Sourcepub const fn is_updated_max_bad_debt(&self) -> bool
pub const fn is_updated_max_bad_debt(&self) -> bool
Returns true if this value is of type UpdatedMaxBadDebt. Returns false otherwise
Sourcepub const fn is_updated_max_open_interest(&self) -> bool
pub const fn is_updated_max_open_interest(&self) -> bool
Returns true if this value is of type UpdatedMaxOpenInterest. Returns false otherwise
Sourcepub const fn is_updated_max_open_interest_position_params(&self) -> bool
pub const fn is_updated_max_open_interest_position_params(&self) -> bool
Returns true if this value is of type UpdatedMaxOpenInterestPositionParams. Returns false otherwise
Sourcepub const fn is_updated_max_pending_orders(&self) -> bool
pub const fn is_updated_max_pending_orders(&self) -> bool
Returns true if this value is of type UpdatedMaxPendingOrders. Returns false otherwise
Returns true if this value is of type UpdatedMaxSocializeLossesMrDecrease. Returns false otherwise
Sourcepub const fn is_updated_min_order_usd_value(&self) -> bool
pub const fn is_updated_min_order_usd_value(&self) -> bool
Returns true if this value is of type UpdatedMinOrderUsdValue. Returns false otherwise
Sourcepub const fn is_updated_open_interest_and_fees_accrued(&self) -> bool
pub const fn is_updated_open_interest_and_fees_accrued(&self) -> bool
Returns true if this value is of type UpdatedOpenInterestAndFeesAccrued. Returns false otherwise
Returns true if this value is of type UpdatedPremiumTwap. Returns false otherwise
Sourcepub const fn is_updated_spread_twap(&self) -> bool
pub const fn is_updated_spread_twap(&self) -> bool
Returns true if this value is of type UpdatedSpreadTwap. Returns false otherwise
Sourcepub const fn is_updated_spread_twap_parameters(&self) -> bool
pub const fn is_updated_spread_twap_parameters(&self) -> bool
Returns true if this value is of type UpdatedSpreadTwapParameters. Returns false otherwise
Sourcepub const fn is_updated_stop_order_mist_cost(&self) -> bool
pub const fn is_updated_stop_order_mist_cost(&self) -> bool
Returns true if this value is of type UpdatedStopOrderMistCost. Returns false otherwise
Sourcepub const fn is_withdrew_collateral(&self) -> bool
pub const fn is_withdrew_collateral(&self) -> bool
Returns true if this value is of type WithdrewCollateral. Returns false otherwise
Sourcepub const fn is_withdrew_fees(&self) -> bool
pub const fn is_withdrew_fees(&self) -> bool
Returns true if this value is of type WithdrewFees. Returns false otherwise
Sourcepub const fn is_withdrew_from_integrator_vault(&self) -> bool
pub const fn is_withdrew_from_integrator_vault(&self) -> bool
Returns true if this value is of type WithdrewFromIntegratorVault. Returns false otherwise
Sourcepub const fn is_withdrew_insurance_fund(&self) -> bool
pub const fn is_withdrew_insurance_fund(&self) -> bool
Returns true if this value is of type WithdrewInsuranceFund. Returns false otherwise
Source§impl EventInstance
impl EventInstance
pub fn new( type_: StructTag, bcs: impl AsRef<[u8]>, ) -> Result<Self, FromRawEventError>
pub fn struct_tag(&self) -> StructTag
Trait Implementations§
Source§impl Clone for EventInstance
impl Clone for EventInstance
Source§fn clone(&self) -> EventInstance
fn clone(&self) -> EventInstance
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for EventInstance
impl Debug for EventInstance
Source§impl Display for EventInstance
impl Display for EventInstance
Source§impl From<MoveInstance<AcceptedPositionFeesProposal>> for EventInstance
impl From<MoveInstance<AcceptedPositionFeesProposal>> for EventInstance
Source§fn from(value: MoveInstance<AcceptedPositionFeesProposal>) -> Self
fn from(value: MoveInstance<AcceptedPositionFeesProposal>) -> Self
Source§impl From<MoveInstance<AddedIntegratorConfig<Otw>>> for EventInstance
impl From<MoveInstance<AddedIntegratorConfig<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<AddedIntegratorConfig<Otw>>) -> Self
fn from(value: MoveInstance<AddedIntegratorConfig<Otw>>) -> Self
Source§impl From<MoveInstance<AllocatedCollateral>> for EventInstance
impl From<MoveInstance<AllocatedCollateral>> for EventInstance
Source§fn from(value: MoveInstance<AllocatedCollateral>) -> Self
fn from(value: MoveInstance<AllocatedCollateral>) -> Self
Source§impl From<MoveInstance<CanceledOrder>> for EventInstance
impl From<MoveInstance<CanceledOrder>> for EventInstance
Source§fn from(value: MoveInstance<CanceledOrder>) -> Self
fn from(value: MoveInstance<CanceledOrder>) -> Self
Source§impl From<MoveInstance<ClosedMarket>> for EventInstance
impl From<MoveInstance<ClosedMarket>> for EventInstance
Source§fn from(value: MoveInstance<ClosedMarket>) -> Self
fn from(value: MoveInstance<ClosedMarket>) -> Self
Source§impl From<MoveInstance<ClosedPositionAtSettlementPrices>> for EventInstance
impl From<MoveInstance<ClosedPositionAtSettlementPrices>> for EventInstance
Source§fn from(value: MoveInstance<ClosedPositionAtSettlementPrices>) -> Self
fn from(value: MoveInstance<ClosedPositionAtSettlementPrices>) -> Self
Source§impl From<MoveInstance<CreatedAccount<Otw>>> for EventInstance
impl From<MoveInstance<CreatedAccount<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<CreatedAccount<Otw>>) -> Self
fn from(value: MoveInstance<CreatedAccount<Otw>>) -> Self
Source§impl From<MoveInstance<CreatedAssistantAccountCap>> for EventInstance
impl From<MoveInstance<CreatedAssistantAccountCap>> for EventInstance
Source§fn from(value: MoveInstance<CreatedAssistantAccountCap>) -> Self
fn from(value: MoveInstance<CreatedAssistantAccountCap>) -> Self
Source§impl From<MoveInstance<CreatedClearingHouse>> for EventInstance
impl From<MoveInstance<CreatedClearingHouse>> for EventInstance
Source§fn from(value: MoveInstance<CreatedClearingHouse>) -> Self
fn from(value: MoveInstance<CreatedClearingHouse>) -> Self
Source§impl From<MoveInstance<CreatedIntegratorVault>> for EventInstance
impl From<MoveInstance<CreatedIntegratorVault>> for EventInstance
Source§fn from(value: MoveInstance<CreatedIntegratorVault>) -> Self
fn from(value: MoveInstance<CreatedIntegratorVault>) -> Self
Source§impl From<MoveInstance<CreatedMarginRatiosProposal>> for EventInstance
impl From<MoveInstance<CreatedMarginRatiosProposal>> for EventInstance
Source§fn from(value: MoveInstance<CreatedMarginRatiosProposal>) -> Self
fn from(value: MoveInstance<CreatedMarginRatiosProposal>) -> Self
Source§impl From<MoveInstance<CreatedOrderbook>> for EventInstance
impl From<MoveInstance<CreatedOrderbook>> for EventInstance
Source§fn from(value: MoveInstance<CreatedOrderbook>) -> Self
fn from(value: MoveInstance<CreatedOrderbook>) -> Self
Source§impl From<MoveInstance<CreatedPosition>> for EventInstance
impl From<MoveInstance<CreatedPosition>> for EventInstance
Source§fn from(value: MoveInstance<CreatedPosition>) -> Self
fn from(value: MoveInstance<CreatedPosition>) -> Self
Source§impl From<MoveInstance<CreatedPositionFeesProposal>> for EventInstance
impl From<MoveInstance<CreatedPositionFeesProposal>> for EventInstance
Source§fn from(value: MoveInstance<CreatedPositionFeesProposal>) -> Self
fn from(value: MoveInstance<CreatedPositionFeesProposal>) -> Self
Source§impl From<MoveInstance<CreatedStopOrderTicket<Otw>>> for EventInstance
impl From<MoveInstance<CreatedStopOrderTicket<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<CreatedStopOrderTicket<Otw>>) -> Self
fn from(value: MoveInstance<CreatedStopOrderTicket<Otw>>) -> Self
Source§impl From<MoveInstance<DeallocatedCollateral>> for EventInstance
impl From<MoveInstance<DeallocatedCollateral>> for EventInstance
Source§fn from(value: MoveInstance<DeallocatedCollateral>) -> Self
fn from(value: MoveInstance<DeallocatedCollateral>) -> Self
Source§impl From<MoveInstance<DeletedMarginRatiosProposal>> for EventInstance
impl From<MoveInstance<DeletedMarginRatiosProposal>> for EventInstance
Source§fn from(value: MoveInstance<DeletedMarginRatiosProposal>) -> Self
fn from(value: MoveInstance<DeletedMarginRatiosProposal>) -> Self
Source§impl From<MoveInstance<DeletedPositionFeesProposal>> for EventInstance
impl From<MoveInstance<DeletedPositionFeesProposal>> for EventInstance
Source§fn from(value: MoveInstance<DeletedPositionFeesProposal>) -> Self
fn from(value: MoveInstance<DeletedPositionFeesProposal>) -> Self
Source§impl From<MoveInstance<DeletedStopOrderTicket<Otw>>> for EventInstance
impl From<MoveInstance<DeletedStopOrderTicket<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<DeletedStopOrderTicket<Otw>>) -> Self
fn from(value: MoveInstance<DeletedStopOrderTicket<Otw>>) -> Self
Source§impl From<MoveInstance<DepositedCollateral<Otw>>> for EventInstance
impl From<MoveInstance<DepositedCollateral<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<DepositedCollateral<Otw>>) -> Self
fn from(value: MoveInstance<DepositedCollateral<Otw>>) -> Self
Source§impl From<MoveInstance<DonatedToInsuranceFund>> for EventInstance
impl From<MoveInstance<DonatedToInsuranceFund>> for EventInstance
Source§fn from(value: MoveInstance<DonatedToInsuranceFund>) -> Self
fn from(value: MoveInstance<DonatedToInsuranceFund>) -> Self
Source§impl From<MoveInstance<EditedStopOrderTicketDetails<Otw>>> for EventInstance
impl From<MoveInstance<EditedStopOrderTicketDetails<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<EditedStopOrderTicketDetails<Otw>>) -> Self
fn from(value: MoveInstance<EditedStopOrderTicketDetails<Otw>>) -> Self
Source§impl From<MoveInstance<EditedStopOrderTicketExecutors<Otw>>> for EventInstance
impl From<MoveInstance<EditedStopOrderTicketExecutors<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<EditedStopOrderTicketExecutors<Otw>>) -> Self
fn from(value: MoveInstance<EditedStopOrderTicketExecutors<Otw>>) -> Self
Source§impl From<MoveInstance<ExecutedStopOrderTicket<Otw>>> for EventInstance
impl From<MoveInstance<ExecutedStopOrderTicket<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<ExecutedStopOrderTicket<Otw>>) -> Self
fn from(value: MoveInstance<ExecutedStopOrderTicket<Otw>>) -> Self
Source§impl From<MoveInstance<FilledMakerOrder>> for EventInstance
impl From<MoveInstance<FilledMakerOrder>> for EventInstance
Source§fn from(value: MoveInstance<FilledMakerOrder>) -> Self
fn from(value: MoveInstance<FilledMakerOrder>) -> Self
Source§impl From<MoveInstance<FilledMakerOrders>> for EventInstance
impl From<MoveInstance<FilledMakerOrders>> for EventInstance
Source§fn from(value: MoveInstance<FilledMakerOrders>) -> Self
fn from(value: MoveInstance<FilledMakerOrders>) -> Self
Source§impl From<MoveInstance<FilledTakerOrder>> for EventInstance
impl From<MoveInstance<FilledTakerOrder>> for EventInstance
Source§fn from(value: MoveInstance<FilledTakerOrder>) -> Self
fn from(value: MoveInstance<FilledTakerOrder>) -> Self
Source§impl From<MoveInstance<LiquidatedPosition>> for EventInstance
impl From<MoveInstance<LiquidatedPosition>> for EventInstance
Source§fn from(value: MoveInstance<LiquidatedPosition>) -> Self
fn from(value: MoveInstance<LiquidatedPosition>) -> Self
Source§impl From<MoveInstance<PaidIntegratorFees<Otw>>> for EventInstance
impl From<MoveInstance<PaidIntegratorFees<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<PaidIntegratorFees<Otw>>) -> Self
fn from(value: MoveInstance<PaidIntegratorFees<Otw>>) -> Self
Source§impl From<MoveInstance<PausedMarket>> for EventInstance
impl From<MoveInstance<PausedMarket>> for EventInstance
Source§fn from(value: MoveInstance<PausedMarket>) -> Self
fn from(value: MoveInstance<PausedMarket>) -> Self
Source§impl From<MoveInstance<PerformedADL>> for EventInstance
impl From<MoveInstance<PerformedADL>> for EventInstance
Source§fn from(value: MoveInstance<PerformedADL>) -> Self
fn from(value: MoveInstance<PerformedADL>) -> Self
Source§impl From<MoveInstance<PerformedLiquidation>> for EventInstance
impl From<MoveInstance<PerformedLiquidation>> for EventInstance
Source§fn from(value: MoveInstance<PerformedLiquidation>) -> Self
fn from(value: MoveInstance<PerformedLiquidation>) -> Self
Source§impl From<MoveInstance<PostedOrder>> for EventInstance
impl From<MoveInstance<PostedOrder>> for EventInstance
Source§fn from(value: MoveInstance<PostedOrder>) -> Self
fn from(value: MoveInstance<PostedOrder>) -> Self
Source§impl From<MoveInstance<RegisteredCollateralInfo<Otw>>> for EventInstance
impl From<MoveInstance<RegisteredCollateralInfo<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<RegisteredCollateralInfo<Otw>>) -> Self
fn from(value: MoveInstance<RegisteredCollateralInfo<Otw>>) -> Self
Source§impl From<MoveInstance<RegisteredMarketInfo<Otw>>> for EventInstance
impl From<MoveInstance<RegisteredMarketInfo<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<RegisteredMarketInfo<Otw>>) -> Self
fn from(value: MoveInstance<RegisteredMarketInfo<Otw>>) -> Self
Source§impl From<MoveInstance<RejectedPositionFeesProposal>> for EventInstance
impl From<MoveInstance<RejectedPositionFeesProposal>> for EventInstance
Source§fn from(value: MoveInstance<RejectedPositionFeesProposal>) -> Self
fn from(value: MoveInstance<RejectedPositionFeesProposal>) -> Self
Source§impl From<MoveInstance<RemovedIntegratorConfig<Otw>>> for EventInstance
impl From<MoveInstance<RemovedIntegratorConfig<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<RemovedIntegratorConfig<Otw>>) -> Self
fn from(value: MoveInstance<RemovedIntegratorConfig<Otw>>) -> Self
Source§impl From<MoveInstance<RemovedRegisteredMarketInfo<Otw>>> for EventInstance
impl From<MoveInstance<RemovedRegisteredMarketInfo<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<RemovedRegisteredMarketInfo<Otw>>) -> Self
fn from(value: MoveInstance<RemovedRegisteredMarketInfo<Otw>>) -> Self
Source§impl From<MoveInstance<ResettedPositionFees>> for EventInstance
impl From<MoveInstance<ResettedPositionFees>> for EventInstance
Source§fn from(value: MoveInstance<ResettedPositionFees>) -> Self
fn from(value: MoveInstance<ResettedPositionFees>) -> Self
Source§impl From<MoveInstance<ResumedMarket>> for EventInstance
impl From<MoveInstance<ResumedMarket>> for EventInstance
Source§fn from(value: MoveInstance<ResumedMarket>) -> Self
fn from(value: MoveInstance<ResumedMarket>) -> Self
Source§impl From<MoveInstance<RevokedAssistantAccountCap>> for EventInstance
impl From<MoveInstance<RevokedAssistantAccountCap>> for EventInstance
Source§fn from(value: MoveInstance<RevokedAssistantAccountCap>) -> Self
fn from(value: MoveInstance<RevokedAssistantAccountCap>) -> Self
Source§impl From<MoveInstance<SetPositionInitialMarginRatio>> for EventInstance
impl From<MoveInstance<SetPositionInitialMarginRatio>> for EventInstance
Source§fn from(value: MoveInstance<SetPositionInitialMarginRatio>) -> Self
fn from(value: MoveInstance<SetPositionInitialMarginRatio>) -> Self
Source§impl From<MoveInstance<SettledFunding>> for EventInstance
impl From<MoveInstance<SettledFunding>> for EventInstance
Source§fn from(value: MoveInstance<SettledFunding>) -> Self
fn from(value: MoveInstance<SettledFunding>) -> Self
Source§impl From<MoveInstance<SocializedBadDebt>> for EventInstance
impl From<MoveInstance<SocializedBadDebt>> for EventInstance
Source§fn from(value: MoveInstance<SocializedBadDebt>) -> Self
fn from(value: MoveInstance<SocializedBadDebt>) -> Self
Source§impl From<MoveInstance<UpdatedBasePfsID>> for EventInstance
impl From<MoveInstance<UpdatedBasePfsID>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedBasePfsID>) -> Self
fn from(value: MoveInstance<UpdatedBasePfsID>) -> Self
Source§impl From<MoveInstance<UpdatedBasePfsSourceID>> for EventInstance
impl From<MoveInstance<UpdatedBasePfsSourceID>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedBasePfsSourceID>) -> Self
fn from(value: MoveInstance<UpdatedBasePfsSourceID>) -> Self
Source§impl From<MoveInstance<UpdatedBasePfsTolerance>> for EventInstance
impl From<MoveInstance<UpdatedBasePfsTolerance>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedBasePfsTolerance>) -> Self
fn from(value: MoveInstance<UpdatedBasePfsTolerance>) -> Self
Source§impl From<MoveInstance<UpdatedClearingHouseVersion>> for EventInstance
impl From<MoveInstance<UpdatedClearingHouseVersion>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedClearingHouseVersion>) -> Self
fn from(value: MoveInstance<UpdatedClearingHouseVersion>) -> Self
Source§impl From<MoveInstance<UpdatedCollateralHaircut>> for EventInstance
impl From<MoveInstance<UpdatedCollateralHaircut>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedCollateralHaircut>) -> Self
fn from(value: MoveInstance<UpdatedCollateralHaircut>) -> Self
Source§impl From<MoveInstance<UpdatedCollateralPfsID>> for EventInstance
impl From<MoveInstance<UpdatedCollateralPfsID>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedCollateralPfsID>) -> Self
fn from(value: MoveInstance<UpdatedCollateralPfsID>) -> Self
Source§impl From<MoveInstance<UpdatedCollateralPfsSourceID>> for EventInstance
impl From<MoveInstance<UpdatedCollateralPfsSourceID>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedCollateralPfsSourceID>) -> Self
fn from(value: MoveInstance<UpdatedCollateralPfsSourceID>) -> Self
Source§impl From<MoveInstance<UpdatedCollateralPfsTolerance>> for EventInstance
impl From<MoveInstance<UpdatedCollateralPfsTolerance>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedCollateralPfsTolerance>) -> Self
fn from(value: MoveInstance<UpdatedCollateralPfsTolerance>) -> Self
Source§impl From<MoveInstance<UpdatedFees>> for EventInstance
impl From<MoveInstance<UpdatedFees>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedFees>) -> Self
fn from(value: MoveInstance<UpdatedFees>) -> Self
Source§impl From<MoveInstance<UpdatedFunding>> for EventInstance
impl From<MoveInstance<UpdatedFunding>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedFunding>) -> Self
fn from(value: MoveInstance<UpdatedFunding>) -> Self
Source§impl From<MoveInstance<UpdatedFundingParameters>> for EventInstance
impl From<MoveInstance<UpdatedFundingParameters>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedFundingParameters>) -> Self
fn from(value: MoveInstance<UpdatedFundingParameters>) -> Self
Source§impl From<MoveInstance<UpdatedGasPriceTwap>> for EventInstance
impl From<MoveInstance<UpdatedGasPriceTwap>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedGasPriceTwap>) -> Self
fn from(value: MoveInstance<UpdatedGasPriceTwap>) -> Self
Source§impl From<MoveInstance<UpdatedGasPriceTwapParameters>> for EventInstance
impl From<MoveInstance<UpdatedGasPriceTwapParameters>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedGasPriceTwapParameters>) -> Self
fn from(value: MoveInstance<UpdatedGasPriceTwapParameters>) -> Self
Source§impl From<MoveInstance<UpdatedMarginRatios>> for EventInstance
impl From<MoveInstance<UpdatedMarginRatios>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedMarginRatios>) -> Self
fn from(value: MoveInstance<UpdatedMarginRatios>) -> Self
Source§impl From<MoveInstance<UpdatedMarketLotAndTick>> for EventInstance
impl From<MoveInstance<UpdatedMarketLotAndTick>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedMarketLotAndTick>) -> Self
fn from(value: MoveInstance<UpdatedMarketLotAndTick>) -> Self
Source§impl From<MoveInstance<UpdatedMaxBadDebt>> for EventInstance
impl From<MoveInstance<UpdatedMaxBadDebt>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedMaxBadDebt>) -> Self
fn from(value: MoveInstance<UpdatedMaxBadDebt>) -> Self
Source§impl From<MoveInstance<UpdatedMaxOpenInterest>> for EventInstance
impl From<MoveInstance<UpdatedMaxOpenInterest>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedMaxOpenInterest>) -> Self
fn from(value: MoveInstance<UpdatedMaxOpenInterest>) -> Self
Source§impl From<MoveInstance<UpdatedMaxOpenInterestPositionParams>> for EventInstance
impl From<MoveInstance<UpdatedMaxOpenInterestPositionParams>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedMaxOpenInterestPositionParams>) -> Self
fn from(value: MoveInstance<UpdatedMaxOpenInterestPositionParams>) -> Self
Source§impl From<MoveInstance<UpdatedMaxPendingOrders>> for EventInstance
impl From<MoveInstance<UpdatedMaxPendingOrders>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedMaxPendingOrders>) -> Self
fn from(value: MoveInstance<UpdatedMaxPendingOrders>) -> Self
Source§impl From<MoveInstance<UpdatedMaxSocializeLossesMrDecrease>> for EventInstance
impl From<MoveInstance<UpdatedMaxSocializeLossesMrDecrease>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedMaxSocializeLossesMrDecrease>) -> Self
fn from(value: MoveInstance<UpdatedMaxSocializeLossesMrDecrease>) -> Self
Source§impl From<MoveInstance<UpdatedMinOrderUsdValue>> for EventInstance
impl From<MoveInstance<UpdatedMinOrderUsdValue>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedMinOrderUsdValue>) -> Self
fn from(value: MoveInstance<UpdatedMinOrderUsdValue>) -> Self
Source§impl From<MoveInstance<UpdatedOpenInterestAndFeesAccrued>> for EventInstance
impl From<MoveInstance<UpdatedOpenInterestAndFeesAccrued>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedOpenInterestAndFeesAccrued>) -> Self
fn from(value: MoveInstance<UpdatedOpenInterestAndFeesAccrued>) -> Self
Source§impl From<MoveInstance<UpdatedPremiumTwap>> for EventInstance
impl From<MoveInstance<UpdatedPremiumTwap>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedPremiumTwap>) -> Self
fn from(value: MoveInstance<UpdatedPremiumTwap>) -> Self
Source§impl From<MoveInstance<UpdatedSpreadTwap>> for EventInstance
impl From<MoveInstance<UpdatedSpreadTwap>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedSpreadTwap>) -> Self
fn from(value: MoveInstance<UpdatedSpreadTwap>) -> Self
Source§impl From<MoveInstance<UpdatedSpreadTwapParameters>> for EventInstance
impl From<MoveInstance<UpdatedSpreadTwapParameters>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedSpreadTwapParameters>) -> Self
fn from(value: MoveInstance<UpdatedSpreadTwapParameters>) -> Self
Source§impl From<MoveInstance<UpdatedStopOrderMistCost>> for EventInstance
impl From<MoveInstance<UpdatedStopOrderMistCost>> for EventInstance
Source§fn from(value: MoveInstance<UpdatedStopOrderMistCost>) -> Self
fn from(value: MoveInstance<UpdatedStopOrderMistCost>) -> Self
Source§impl From<MoveInstance<WithdrewCollateral<Otw>>> for EventInstance
impl From<MoveInstance<WithdrewCollateral<Otw>>> for EventInstance
Source§fn from(value: MoveInstance<WithdrewCollateral<Otw>>) -> Self
fn from(value: MoveInstance<WithdrewCollateral<Otw>>) -> Self
Source§impl From<MoveInstance<WithdrewFees>> for EventInstance
impl From<MoveInstance<WithdrewFees>> for EventInstance
Source§fn from(value: MoveInstance<WithdrewFees>) -> Self
fn from(value: MoveInstance<WithdrewFees>) -> Self
Source§impl From<MoveInstance<WithdrewFromIntegratorVault>> for EventInstance
impl From<MoveInstance<WithdrewFromIntegratorVault>> for EventInstance
Source§fn from(value: MoveInstance<WithdrewFromIntegratorVault>) -> Self
fn from(value: MoveInstance<WithdrewFromIntegratorVault>) -> Self
Source§impl From<MoveInstance<WithdrewInsuranceFund>> for EventInstance
impl From<MoveInstance<WithdrewInsuranceFund>> for EventInstance
Source§fn from(value: MoveInstance<WithdrewInsuranceFund>) -> Self
fn from(value: MoveInstance<WithdrewInsuranceFund>) -> Self
Source§impl TryFrom<EventInstance> for MoveInstance<AcceptedPositionFeesProposal>
impl TryFrom<EventInstance> for MoveInstance<AcceptedPositionFeesProposal>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<AddedIntegratorConfig<Otw>>
impl TryFrom<EventInstance> for MoveInstance<AddedIntegratorConfig<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<AllocatedCollateral>
impl TryFrom<EventInstance> for MoveInstance<AllocatedCollateral>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CanceledOrder>
impl TryFrom<EventInstance> for MoveInstance<CanceledOrder>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<ClosedMarket>
impl TryFrom<EventInstance> for MoveInstance<ClosedMarket>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<ClosedPositionAtSettlementPrices>
impl TryFrom<EventInstance> for MoveInstance<ClosedPositionAtSettlementPrices>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedAccount<Otw>>
impl TryFrom<EventInstance> for MoveInstance<CreatedAccount<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedAssistantAccountCap>
impl TryFrom<EventInstance> for MoveInstance<CreatedAssistantAccountCap>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedClearingHouse>
impl TryFrom<EventInstance> for MoveInstance<CreatedClearingHouse>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedIntegratorVault>
impl TryFrom<EventInstance> for MoveInstance<CreatedIntegratorVault>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedMarginRatiosProposal>
impl TryFrom<EventInstance> for MoveInstance<CreatedMarginRatiosProposal>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedOrderbook>
impl TryFrom<EventInstance> for MoveInstance<CreatedOrderbook>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedPosition>
impl TryFrom<EventInstance> for MoveInstance<CreatedPosition>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedPositionFeesProposal>
impl TryFrom<EventInstance> for MoveInstance<CreatedPositionFeesProposal>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<CreatedStopOrderTicket<Otw>>
impl TryFrom<EventInstance> for MoveInstance<CreatedStopOrderTicket<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<DeallocatedCollateral>
impl TryFrom<EventInstance> for MoveInstance<DeallocatedCollateral>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<DeletedMarginRatiosProposal>
impl TryFrom<EventInstance> for MoveInstance<DeletedMarginRatiosProposal>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<DeletedPositionFeesProposal>
impl TryFrom<EventInstance> for MoveInstance<DeletedPositionFeesProposal>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<DeletedStopOrderTicket<Otw>>
impl TryFrom<EventInstance> for MoveInstance<DeletedStopOrderTicket<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<DepositedCollateral<Otw>>
impl TryFrom<EventInstance> for MoveInstance<DepositedCollateral<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<DonatedToInsuranceFund>
impl TryFrom<EventInstance> for MoveInstance<DonatedToInsuranceFund>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<EditedStopOrderTicketDetails<Otw>>
impl TryFrom<EventInstance> for MoveInstance<EditedStopOrderTicketDetails<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<EditedStopOrderTicketExecutors<Otw>>
impl TryFrom<EventInstance> for MoveInstance<EditedStopOrderTicketExecutors<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<ExecutedStopOrderTicket<Otw>>
impl TryFrom<EventInstance> for MoveInstance<ExecutedStopOrderTicket<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<FilledMakerOrder>
impl TryFrom<EventInstance> for MoveInstance<FilledMakerOrder>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<FilledMakerOrders>
impl TryFrom<EventInstance> for MoveInstance<FilledMakerOrders>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<FilledTakerOrder>
impl TryFrom<EventInstance> for MoveInstance<FilledTakerOrder>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<LiquidatedPosition>
impl TryFrom<EventInstance> for MoveInstance<LiquidatedPosition>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<PaidIntegratorFees<Otw>>
impl TryFrom<EventInstance> for MoveInstance<PaidIntegratorFees<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<PausedMarket>
impl TryFrom<EventInstance> for MoveInstance<PausedMarket>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<PerformedADL>
impl TryFrom<EventInstance> for MoveInstance<PerformedADL>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<PerformedLiquidation>
impl TryFrom<EventInstance> for MoveInstance<PerformedLiquidation>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<PostedOrder>
impl TryFrom<EventInstance> for MoveInstance<PostedOrder>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<RegisteredCollateralInfo<Otw>>
impl TryFrom<EventInstance> for MoveInstance<RegisteredCollateralInfo<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<RegisteredMarketInfo<Otw>>
impl TryFrom<EventInstance> for MoveInstance<RegisteredMarketInfo<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<RejectedPositionFeesProposal>
impl TryFrom<EventInstance> for MoveInstance<RejectedPositionFeesProposal>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<RemovedIntegratorConfig<Otw>>
impl TryFrom<EventInstance> for MoveInstance<RemovedIntegratorConfig<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<RemovedRegisteredMarketInfo<Otw>>
impl TryFrom<EventInstance> for MoveInstance<RemovedRegisteredMarketInfo<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<ResettedPositionFees>
impl TryFrom<EventInstance> for MoveInstance<ResettedPositionFees>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<ResumedMarket>
impl TryFrom<EventInstance> for MoveInstance<ResumedMarket>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<RevokedAssistantAccountCap>
impl TryFrom<EventInstance> for MoveInstance<RevokedAssistantAccountCap>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<SetPositionInitialMarginRatio>
impl TryFrom<EventInstance> for MoveInstance<SetPositionInitialMarginRatio>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<SettledFunding>
impl TryFrom<EventInstance> for MoveInstance<SettledFunding>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<SocializedBadDebt>
impl TryFrom<EventInstance> for MoveInstance<SocializedBadDebt>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedBasePfsID>
impl TryFrom<EventInstance> for MoveInstance<UpdatedBasePfsID>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedBasePfsSourceID>
impl TryFrom<EventInstance> for MoveInstance<UpdatedBasePfsSourceID>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedBasePfsTolerance>
impl TryFrom<EventInstance> for MoveInstance<UpdatedBasePfsTolerance>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedClearingHouseVersion>
impl TryFrom<EventInstance> for MoveInstance<UpdatedClearingHouseVersion>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedCollateralHaircut>
impl TryFrom<EventInstance> for MoveInstance<UpdatedCollateralHaircut>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedCollateralPfsID>
impl TryFrom<EventInstance> for MoveInstance<UpdatedCollateralPfsID>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedCollateralPfsSourceID>
impl TryFrom<EventInstance> for MoveInstance<UpdatedCollateralPfsSourceID>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedCollateralPfsTolerance>
impl TryFrom<EventInstance> for MoveInstance<UpdatedCollateralPfsTolerance>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedFees>
impl TryFrom<EventInstance> for MoveInstance<UpdatedFees>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedFunding>
impl TryFrom<EventInstance> for MoveInstance<UpdatedFunding>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedFundingParameters>
impl TryFrom<EventInstance> for MoveInstance<UpdatedFundingParameters>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedGasPriceTwap>
impl TryFrom<EventInstance> for MoveInstance<UpdatedGasPriceTwap>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedGasPriceTwapParameters>
impl TryFrom<EventInstance> for MoveInstance<UpdatedGasPriceTwapParameters>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedMarginRatios>
impl TryFrom<EventInstance> for MoveInstance<UpdatedMarginRatios>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedMarketLotAndTick>
impl TryFrom<EventInstance> for MoveInstance<UpdatedMarketLotAndTick>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxBadDebt>
impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxBadDebt>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxOpenInterest>
impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxOpenInterest>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxOpenInterestPositionParams>
impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxOpenInterestPositionParams>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxPendingOrders>
impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxPendingOrders>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxSocializeLossesMrDecrease>
impl TryFrom<EventInstance> for MoveInstance<UpdatedMaxSocializeLossesMrDecrease>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedMinOrderUsdValue>
impl TryFrom<EventInstance> for MoveInstance<UpdatedMinOrderUsdValue>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedOpenInterestAndFeesAccrued>
impl TryFrom<EventInstance> for MoveInstance<UpdatedOpenInterestAndFeesAccrued>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedPremiumTwap>
impl TryFrom<EventInstance> for MoveInstance<UpdatedPremiumTwap>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedSpreadTwap>
impl TryFrom<EventInstance> for MoveInstance<UpdatedSpreadTwap>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedSpreadTwapParameters>
impl TryFrom<EventInstance> for MoveInstance<UpdatedSpreadTwapParameters>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<UpdatedStopOrderMistCost>
impl TryFrom<EventInstance> for MoveInstance<UpdatedStopOrderMistCost>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<WithdrewCollateral<Otw>>
impl TryFrom<EventInstance> for MoveInstance<WithdrewCollateral<Otw>>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<WithdrewFees>
impl TryFrom<EventInstance> for MoveInstance<WithdrewFees>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<WithdrewFromIntegratorVault>
impl TryFrom<EventInstance> for MoveInstance<WithdrewFromIntegratorVault>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Source§impl TryFrom<EventInstance> for MoveInstance<WithdrewInsuranceFund>
impl TryFrom<EventInstance> for MoveInstance<WithdrewInsuranceFund>
Source§type Error = TryIntoError<EventInstance>
type Error = TryIntoError<EventInstance>
Source§fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
fn try_from(value: EventInstance) -> Result<Self, TryIntoError<EventInstance>>
Auto Trait Implementations§
impl !Freeze for EventInstance
impl RefUnwindSafe for EventInstance
impl Send for EventInstance
impl Sync for EventInstance
impl Unpin for EventInstance
impl UnsafeUnpin for EventInstance
impl UnwindSafe for EventInstance
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,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self, then passes self.as_ref() into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self, then passes self.as_mut() into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self, then passes self.deref() into the pipe function.Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B> of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B> of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R> view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R> view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap() only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut() only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref() only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut() only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref() only in debug builds, and is erased in release
builds.Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.