pub struct GetBlockFromPeerResponse;Expand description
Response for the GetBlockFromPeer RPC method
This method returns no meaningful data.
Trait Implementations§
Source§impl Clone for GetBlockFromPeerResponse
impl Clone for GetBlockFromPeerResponse
Source§fn clone(&self) -> GetBlockFromPeerResponse
fn clone(&self) -> GetBlockFromPeerResponse
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 GetBlockFromPeerResponse
impl Debug for GetBlockFromPeerResponse
Source§impl<'de> Deserialize<'de> for GetBlockFromPeerResponse
impl<'de> Deserialize<'de> for GetBlockFromPeerResponse
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 GetBlockFromPeerResponse
impl PartialEq for GetBlockFromPeerResponse
Source§impl Serialize for GetBlockFromPeerResponse
impl Serialize for GetBlockFromPeerResponse
impl StructuralPartialEq for GetBlockFromPeerResponse
Auto Trait Implementations§
impl Freeze for GetBlockFromPeerResponse
impl RefUnwindSafe for GetBlockFromPeerResponse
impl Send for GetBlockFromPeerResponse
impl Sync for GetBlockFromPeerResponse
impl Unpin for GetBlockFromPeerResponse
impl UnwindSafe for GetBlockFromPeerResponse
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