pub enum GetBlockTemplateCapabilities {}Expand description
Enum to represent client-side supported features
Trait Implementations§
Source§impl Clone for GetBlockTemplateCapabilities
 
impl Clone for GetBlockTemplateCapabilities
Source§fn clone(&self) -> GetBlockTemplateCapabilities
 
fn clone(&self) -> GetBlockTemplateCapabilities
Returns a duplicate 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 GetBlockTemplateCapabilities
 
impl Debug for GetBlockTemplateCapabilities
Source§impl<'de> Deserialize<'de> for GetBlockTemplateCapabilities
 
impl<'de> Deserialize<'de> for GetBlockTemplateCapabilities
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 GetBlockTemplateCapabilities
 
impl PartialEq for GetBlockTemplateCapabilities
Source§fn eq(&self, other: &GetBlockTemplateCapabilities) -> bool
 
fn eq(&self, other: &GetBlockTemplateCapabilities) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl Copy for GetBlockTemplateCapabilities
impl Eq for GetBlockTemplateCapabilities
impl StructuralPartialEq for GetBlockTemplateCapabilities
Auto Trait Implementations§
impl Freeze for GetBlockTemplateCapabilities
impl RefUnwindSafe for GetBlockTemplateCapabilities
impl Send for GetBlockTemplateCapabilities
impl Sync for GetBlockTemplateCapabilities
impl Unpin for GetBlockTemplateCapabilities
impl UnwindSafe for GetBlockTemplateCapabilities
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