pub struct ReconsiderBlockResponse {
pub value: (),
}Expand description
Response for the ReconsiderBlock RPC method
This method returns a primitive value wrapped in a transparent struct.
Fields§
§value: ()Wrapped primitive value
Trait Implementations§
Source§impl AsRef<()> for ReconsiderBlockResponse
impl AsRef<()> for ReconsiderBlockResponse
Source§impl Clone for ReconsiderBlockResponse
impl Clone for ReconsiderBlockResponse
Source§fn clone(&self) -> ReconsiderBlockResponse
fn clone(&self) -> ReconsiderBlockResponse
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 ReconsiderBlockResponse
impl Debug for ReconsiderBlockResponse
Source§impl Deref for ReconsiderBlockResponse
impl Deref for ReconsiderBlockResponse
Source§impl DerefMut for ReconsiderBlockResponse
impl DerefMut for ReconsiderBlockResponse
Source§impl<'de> Deserialize<'de> for ReconsiderBlockResponse
impl<'de> Deserialize<'de> for ReconsiderBlockResponse
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 From<()> for ReconsiderBlockResponse
impl From<()> for ReconsiderBlockResponse
Source§impl From<ReconsiderBlockResponse> for ()
impl From<ReconsiderBlockResponse> for ()
Source§fn from(wrapper: ReconsiderBlockResponse) -> Self
fn from(wrapper: ReconsiderBlockResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReconsiderBlockResponse
impl PartialEq for ReconsiderBlockResponse
Source§impl Serialize for ReconsiderBlockResponse
impl Serialize for ReconsiderBlockResponse
impl StructuralPartialEq for ReconsiderBlockResponse
Auto Trait Implementations§
impl Freeze for ReconsiderBlockResponse
impl RefUnwindSafe for ReconsiderBlockResponse
impl Send for ReconsiderBlockResponse
impl Sync for ReconsiderBlockResponse
impl Unpin for ReconsiderBlockResponse
impl UnwindSafe for ReconsiderBlockResponse
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