Enum snarkvm_wasm::SWFlags
source · pub enum SWFlags {
Infinity,
PositiveY,
NegativeY,
}Expand description
Flags to be encoded into the serialization. The default flags (empty) should not change the binary representation.
Variants§
Implementations§
Trait Implementations§
impl Copy for SWFlags
impl Eq for SWFlags
impl StructuralEq for SWFlags
impl StructuralPartialEq for SWFlags
Auto Trait Implementations§
impl RefUnwindSafe for SWFlags
impl Send for SWFlags
impl Sync for SWFlags
impl Unpin for SWFlags
impl UnwindSafe for SWFlags
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more