pub struct UnloadWalletResponse {
pub warnings: Option<Value>,
}Expand description
Response for the UnloadWallet RPC method
Fields§
§warnings: Option<Value>Warning messages, if any, related to unloading the wallet.
Trait Implementations§
Source§impl Clone for UnloadWalletResponse
impl Clone for UnloadWalletResponse
Source§fn clone(&self) -> UnloadWalletResponse
fn clone(&self) -> UnloadWalletResponse
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 UnloadWalletResponse
impl Debug for UnloadWalletResponse
Source§impl<'de> Deserialize<'de> for UnloadWalletResponse
impl<'de> Deserialize<'de> for UnloadWalletResponse
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 UnloadWalletResponse
impl PartialEq for UnloadWalletResponse
Source§impl Serialize for UnloadWalletResponse
impl Serialize for UnloadWalletResponse
impl StructuralPartialEq for UnloadWalletResponse
Auto Trait Implementations§
impl Freeze for UnloadWalletResponse
impl RefUnwindSafe for UnloadWalletResponse
impl Send for UnloadWalletResponse
impl Sync for UnloadWalletResponse
impl Unpin for UnloadWalletResponse
impl UnwindSafe for UnloadWalletResponse
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