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