Struct bitcoind_json_rpc_types::model::GetNewAddress
source · pub struct GetNewAddress(pub Address<NetworkUnchecked>);Expand description
Models the result of JSON-RPC method getnewaddress.
Tuple Fields§
§0: Address<NetworkUnchecked>Trait Implementations§
source§impl Clone for GetNewAddress
impl Clone for GetNewAddress
source§fn clone(&self) -> GetNewAddress
fn clone(&self) -> GetNewAddress
Returns a copy 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 GetNewAddress
impl Debug for GetNewAddress
source§impl<'de> Deserialize<'de> for GetNewAddress
impl<'de> Deserialize<'de> for GetNewAddress
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 GetNewAddress
impl PartialEq for GetNewAddress
source§fn eq(&self, other: &GetNewAddress) -> bool
fn eq(&self, other: &GetNewAddress) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetNewAddress
impl Serialize for GetNewAddress
source§impl TryFrom<GetNewAddress> for GetNewAddress
impl TryFrom<GetNewAddress> for GetNewAddress
§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
impl StructuralPartialEq for GetNewAddress
Auto Trait Implementations§
impl Freeze for GetNewAddress
impl RefUnwindSafe for GetNewAddress
impl Send for GetNewAddress
impl Sync for GetNewAddress
impl Unpin for GetNewAddress
impl UnwindSafe for GetNewAddress
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