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