Enum core_rpc_json::Bip125Replaceable [−][src]
pub enum Bip125Replaceable {
Yes,
No,
Unknown,
}Expand description
Enum to represent the BIP125 replaceable status for a transaction.
Variants
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Bip125Replaceable
impl Send for Bip125Replaceable
impl Sync for Bip125Replaceable
impl Unpin for Bip125Replaceable
impl UnwindSafe for Bip125Replaceable
Blanket Implementations
Mutably borrows from an owned value. Read more