pub struct WalletStatus {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl WalletStatus
impl WalletStatus
Trait Implementations§
Source§impl Clone for WalletStatus
impl Clone for WalletStatus
Source§fn clone(&self) -> WalletStatus
fn clone(&self) -> WalletStatus
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 Datamaxi for WalletStatus
impl Datamaxi for WalletStatus
Source§fn new(api_key: String) -> WalletStatus
fn new(api_key: String) -> WalletStatus
Creates a new instance of the implementing type using the provided API key.
Source§fn new_with_base_url(api_key: String, base_url: String) -> WalletStatus
fn new_with_base_url(api_key: String, base_url: String) -> WalletStatus
Creates a new instance of the implementing type using the provided API key and base URL.
Auto Trait Implementations§
impl Freeze for WalletStatus
impl !RefUnwindSafe for WalletStatus
impl Send for WalletStatus
impl Sync for WalletStatus
impl Unpin for WalletStatus
impl UnsafeUnpin for WalletStatus
impl !UnwindSafe for WalletStatus
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