pub enum LegacyTranscodeKind {
PassThrough,
InstrumentStatusV1,
FundingRateUpdateV1,
InstrumentCloseV1,
}Expand description
Registry decision applied to a source batch.
Variants§
Trait Implementations§
Source§impl Clone for LegacyTranscodeKind
impl Clone for LegacyTranscodeKind
impl Copy for LegacyTranscodeKind
Source§impl Debug for LegacyTranscodeKind
impl Debug for LegacyTranscodeKind
impl Eq for LegacyTranscodeKind
Source§impl PartialEq for LegacyTranscodeKind
impl PartialEq for LegacyTranscodeKind
impl StructuralPartialEq for LegacyTranscodeKind
Auto Trait Implementations§
impl Freeze for LegacyTranscodeKind
impl RefUnwindSafe for LegacyTranscodeKind
impl Send for LegacyTranscodeKind
impl Sync for LegacyTranscodeKind
impl Unpin for LegacyTranscodeKind
impl UnsafeUnpin for LegacyTranscodeKind
impl UnwindSafe for LegacyTranscodeKind
Blanket Implementations§
impl<T> Allocation for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more