pub enum OpOrderingContract {
EngineDefinedStable,
StablePassThrough,
FanOutDeterministicPerInput,
DeterministicSortStableTies,
UnspecifiedWithoutSort,
StableConcatOrUnspecifiedDistinct,
ScoreDescStableTies,
}Variants§
EngineDefinedStable
StablePassThrough
FanOutDeterministicPerInput
DeterministicSortStableTies
UnspecifiedWithoutSort
StableConcatOrUnspecifiedDistinct
ScoreDescStableTies
Trait Implementations§
Source§impl Clone for OpOrderingContract
impl Clone for OpOrderingContract
Source§fn clone(&self) -> OpOrderingContract
fn clone(&self) -> OpOrderingContract
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 OpOrderingContract
impl Debug for OpOrderingContract
Source§impl<'de> Deserialize<'de> for OpOrderingContract
impl<'de> Deserialize<'de> for OpOrderingContract
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OpOrderingContract
impl PartialEq for OpOrderingContract
Source§impl Serialize for OpOrderingContract
impl Serialize for OpOrderingContract
impl Copy for OpOrderingContract
impl Eq for OpOrderingContract
impl StructuralPartialEq for OpOrderingContract
Auto Trait Implementations§
impl Freeze for OpOrderingContract
impl RefUnwindSafe for OpOrderingContract
impl Send for OpOrderingContract
impl Sync for OpOrderingContract
impl Unpin for OpOrderingContract
impl UnsafeUnpin for OpOrderingContract
impl UnwindSafe for OpOrderingContract
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