pub enum MempoolAcceptResultType {
VALID,
INVALID,
}Expand description
| Used to indicate the results of mempool | validation. |
Variants§
Trait Implementations§
source§impl Clone for MempoolAcceptResultType
impl Clone for MempoolAcceptResultType
source§fn clone(&self) -> MempoolAcceptResultType
fn clone(&self) -> MempoolAcceptResultType
Returns a copy 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 MempoolAcceptResultType
impl Debug for MempoolAcceptResultType
source§impl PartialEq<MempoolAcceptResultType> for MempoolAcceptResultType
impl PartialEq<MempoolAcceptResultType> for MempoolAcceptResultType
source§fn eq(&self, other: &MempoolAcceptResultType) -> bool
fn eq(&self, other: &MempoolAcceptResultType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for MempoolAcceptResultType
impl StructuralEq for MempoolAcceptResultType
impl StructuralPartialEq for MempoolAcceptResultType
Auto Trait Implementations§
impl RefUnwindSafe for MempoolAcceptResultType
impl Send for MempoolAcceptResultType
impl Sync for MempoolAcceptResultType
impl Unpin for MempoolAcceptResultType
impl UnwindSafe for MempoolAcceptResultType
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
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<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more