Struct bitcoincore_rpc_json::LoadWalletResult
source · [−]Fields
name: String
warning: Option<String>
Trait Implementations
sourceimpl Clone for LoadWalletResult
impl Clone for LoadWalletResult
sourcefn clone(&self) -> LoadWalletResult
fn clone(&self) -> LoadWalletResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LoadWalletResult
impl Debug for LoadWalletResult
sourceimpl<'de> Deserialize<'de> for LoadWalletResult
impl<'de> Deserialize<'de> for LoadWalletResult
sourcefn 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
sourceimpl PartialEq<LoadWalletResult> for LoadWalletResult
impl PartialEq<LoadWalletResult> for LoadWalletResult
sourcefn 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 ==
. Read more
sourceimpl Serialize for LoadWalletResult
impl Serialize for LoadWalletResult
impl Eq for LoadWalletResult
impl StructuralEq for LoadWalletResult
impl StructuralPartialEq for LoadWalletResult
Auto Trait Implementations
impl RefUnwindSafe for LoadWalletResult
impl Send for LoadWalletResult
impl Sync for LoadWalletResult
impl Unpin for LoadWalletResult
impl UnwindSafe for LoadWalletResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more