[][src]Struct bitcoincore_rpc_json::Softfork

pub struct Softfork {
    pub id: String,
    pub version: u64,
    pub reject: RejectStatus,
}

Status of a softfork

Fields

id: String

Name of softfork

version: u64

Block version

reject: RejectStatus

Progress toward rejecting pre-softfork blocks

Trait Implementations

impl Clone for Softfork[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Softfork[src]

impl PartialEq<Softfork> for Softfork[src]

impl Debug for Softfork[src]

impl Serialize for Softfork[src]

impl<'de> Deserialize<'de> for Softfork[src]

Auto Trait Implementations

impl Send for Softfork

impl Sync for Softfork

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Configure for T where
    T: ?Sized
[src]

default fn readable(self) -> Readable<Self>[src]

Marks self as using is_human_readable == true

default fn compact(self) -> Compact<Self>[src]

Marks self as using is_human_readable == false