pub enum Bip125Replaceable {
Yes,
No,
Unknown,
}
Expand description
Enum to represent the BIP125 replaceable status for a transaction.
Variants§
Trait Implementations§
source§impl Clone for Bip125Replaceable
impl Clone for Bip125Replaceable
source§fn clone(&self) -> Bip125Replaceable
fn clone(&self) -> Bip125Replaceable
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 Bip125Replaceable
impl Debug for Bip125Replaceable
source§impl<'de> Deserialize<'de> for Bip125Replaceable
impl<'de> Deserialize<'de> for Bip125Replaceable
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 Bip125Replaceable
impl PartialEq for Bip125Replaceable
source§fn eq(&self, other: &Bip125Replaceable) -> bool
fn eq(&self, other: &Bip125Replaceable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Bip125Replaceable
impl Serialize for Bip125Replaceable
impl Copy for Bip125Replaceable
impl Eq for Bip125Replaceable
impl StructuralPartialEq for Bip125Replaceable
Auto Trait Implementations§
impl Freeze for Bip125Replaceable
impl RefUnwindSafe for Bip125Replaceable
impl Send for Bip125Replaceable
impl Sync for Bip125Replaceable
impl Unpin for Bip125Replaceable
impl UnwindSafe for Bip125Replaceable
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