pub struct BackupWalletResponse {
pub value: (),
}Expand description
Response for the BackupWallet RPC method
This method returns a primitive value wrapped in a transparent struct.
Fields§
§value: ()Wrapped primitive value
Trait Implementations§
Source§impl AsRef<()> for BackupWalletResponse
impl AsRef<()> for BackupWalletResponse
Source§impl Clone for BackupWalletResponse
impl Clone for BackupWalletResponse
Source§fn clone(&self) -> BackupWalletResponse
fn clone(&self) -> BackupWalletResponse
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 BackupWalletResponse
impl Debug for BackupWalletResponse
Source§impl Deref for BackupWalletResponse
impl Deref for BackupWalletResponse
Source§impl DerefMut for BackupWalletResponse
impl DerefMut for BackupWalletResponse
Source§impl<'de> Deserialize<'de> for BackupWalletResponse
impl<'de> Deserialize<'de> for BackupWalletResponse
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 From<()> for BackupWalletResponse
impl From<()> for BackupWalletResponse
Source§impl From<BackupWalletResponse> for ()
impl From<BackupWalletResponse> for ()
Source§fn from(wrapper: BackupWalletResponse) -> Self
fn from(wrapper: BackupWalletResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BackupWalletResponse
impl PartialEq for BackupWalletResponse
Source§impl Serialize for BackupWalletResponse
impl Serialize for BackupWalletResponse
impl StructuralPartialEq for BackupWalletResponse
Auto Trait Implementations§
impl Freeze for BackupWalletResponse
impl RefUnwindSafe for BackupWalletResponse
impl Send for BackupWalletResponse
impl Sync for BackupWalletResponse
impl Unpin for BackupWalletResponse
impl UnwindSafe for BackupWalletResponse
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