pub struct GetWalletInfoRequest {
pub wallet_handle_token: String,
}Expand description
GetWalletRequest is the request for POST /v1/wallet/info
Fields§
§wallet_handle_token: StringTrait Implementations§
Source§impl Clone for GetWalletInfoRequest
impl Clone for GetWalletInfoRequest
Source§fn clone(&self) -> GetWalletInfoRequest
fn clone(&self) -> GetWalletInfoRequest
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 moreAuto Trait Implementations§
impl Freeze for GetWalletInfoRequest
impl RefUnwindSafe for GetWalletInfoRequest
impl Send for GetWalletInfoRequest
impl Sync for GetWalletInfoRequest
impl Unpin for GetWalletInfoRequest
impl UnwindSafe for GetWalletInfoRequest
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