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