pub struct GetBlockVerbosityZero(pub String);Expand description
Result of JSON-RPC method getblock with verbosity set to 0.
A string that is serialized, hex-encoded data for block ‘hash’.
Method call: getblock "blockhash" ( verbosity )
Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for GetBlockVerbosityZero
impl Clone for GetBlockVerbosityZero
source§fn clone(&self) -> GetBlockVerbosityZero
fn clone(&self) -> GetBlockVerbosityZero
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 GetBlockVerbosityZero
impl Debug for GetBlockVerbosityZero
source§impl<'de> Deserialize<'de> for GetBlockVerbosityZero
impl<'de> Deserialize<'de> for GetBlockVerbosityZero
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 GetBlockVerbosityZero
impl PartialEq for GetBlockVerbosityZero
source§fn eq(&self, other: &GetBlockVerbosityZero) -> bool
fn eq(&self, other: &GetBlockVerbosityZero) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetBlockVerbosityZero
impl Serialize for GetBlockVerbosityZero
source§impl TryFrom<GetBlockVerbosityZero> for GetBlockVerbosityZero
impl TryFrom<GetBlockVerbosityZero> for GetBlockVerbosityZero
§type Error = FromHexError
type Error = FromHexError
The type returned in the event of a conversion error.
impl StructuralPartialEq for GetBlockVerbosityZero
Auto Trait Implementations§
impl Freeze for GetBlockVerbosityZero
impl RefUnwindSafe for GetBlockVerbosityZero
impl Send for GetBlockVerbosityZero
impl Sync for GetBlockVerbosityZero
impl Unpin for GetBlockVerbosityZero
impl UnwindSafe for GetBlockVerbosityZero
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