pub enum RestartComponentName {
OrderbookState,
CashLedger,
MarketCatalog,
PriceIvInputs,
HypercoreState,
MmpLiquidation,
AuthNonce,
TierRiskLimits,
PmSettlementState,
PersistentEngineStateEnvelope,
}Expand description
Typed name for restart-owned state components.
Variants§
OrderbookState
CashLedger
MarketCatalog
PriceIvInputs
HypercoreState
MmpLiquidation
AuthNonce
TierRiskLimits
PmSettlementState
PersistentEngineStateEnvelope
Implementations§
Trait Implementations§
Source§impl Clone for RestartComponentName
impl Clone for RestartComponentName
Source§fn clone(&self) -> RestartComponentName
fn clone(&self) -> RestartComponentName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RestartComponentName
impl Debug for RestartComponentName
Source§impl Display for RestartComponentName
impl Display for RestartComponentName
Source§impl Hash for RestartComponentName
impl Hash for RestartComponentName
Source§impl Ord for RestartComponentName
impl Ord for RestartComponentName
Source§fn cmp(&self, other: &RestartComponentName) -> Ordering
fn cmp(&self, other: &RestartComponentName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RestartComponentName
impl PartialEq for RestartComponentName
Source§impl PartialOrd for RestartComponentName
impl PartialOrd for RestartComponentName
Source§impl Serialize for RestartComponentName
impl Serialize for RestartComponentName
impl Copy for RestartComponentName
impl Eq for RestartComponentName
impl StructuralPartialEq for RestartComponentName
Auto Trait Implementations§
impl Freeze for RestartComponentName
impl RefUnwindSafe for RestartComponentName
impl Send for RestartComponentName
impl Sync for RestartComponentName
impl Unpin for RestartComponentName
impl UnsafeUnpin for RestartComponentName
impl UnwindSafe for RestartComponentName
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
Mutably borrows from an owned value. Read more