Struct bitcoincore_rpc_json::UnloadWalletResult
source · pub struct UnloadWalletResult {
pub warning: Option<String>,
}
Fields§
§warning: Option<String>
Trait Implementations§
source§impl Clone for UnloadWalletResult
impl Clone for UnloadWalletResult
source§fn clone(&self) -> UnloadWalletResult
fn clone(&self) -> UnloadWalletResult
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 UnloadWalletResult
impl Debug for UnloadWalletResult
source§impl<'de> Deserialize<'de> for UnloadWalletResult
impl<'de> Deserialize<'de> for UnloadWalletResult
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 UnloadWalletResult
impl PartialEq for UnloadWalletResult
source§fn eq(&self, other: &UnloadWalletResult) -> bool
fn eq(&self, other: &UnloadWalletResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for UnloadWalletResult
impl Serialize for UnloadWalletResult
impl Eq for UnloadWalletResult
impl StructuralPartialEq for UnloadWalletResult
Auto Trait Implementations§
impl Freeze for UnloadWalletResult
impl RefUnwindSafe for UnloadWalletResult
impl Send for UnloadWalletResult
impl Sync for UnloadWalletResult
impl Unpin for UnloadWalletResult
impl UnwindSafe for UnloadWalletResult
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