pub enum Bip125Replaceable {
Yes,
No,
Unknown,
}
Expand description
Enum to represent the BIP125 replaceable status for a transaction.
Variants
Yes
No
Unknown
Trait Implementations
sourceimpl Clone for Bip125Replaceable
impl Clone for Bip125Replaceable
sourcefn clone(&self) -> Bip125Replaceable
fn clone(&self) -> Bip125Replaceable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Bip125Replaceable
impl Debug for Bip125Replaceable
sourceimpl<'de> Deserialize<'de> for Bip125Replaceable
impl<'de> Deserialize<'de> for Bip125Replaceable
sourcefn 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
sourceimpl PartialEq<Bip125Replaceable> for Bip125Replaceable
impl PartialEq<Bip125Replaceable> for Bip125Replaceable
sourcefn 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 ==
. Read more
sourceimpl Serialize for Bip125Replaceable
impl Serialize for Bip125Replaceable
impl Copy for Bip125Replaceable
impl Eq for Bip125Replaceable
impl StructuralEq for Bip125Replaceable
impl StructuralPartialEq for Bip125Replaceable
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more