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