pub struct GetBalance {
pub address: Option<String>,
}Expand description
Query to get wallet balance
Fields§
§address: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetBalance
impl Clone for GetBalance
Source§fn clone(&self) -> GetBalance
fn clone(&self) -> GetBalance
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 GetBalance
impl RefUnwindSafe for GetBalance
impl Send for GetBalance
impl Sync for GetBalance
impl Unpin for GetBalance
impl UnsafeUnpin for GetBalance
impl UnwindSafe for GetBalance
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