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