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