pub struct GetAccountParams {
pub account: String,
}Expand description
struct for passing parameters to the method get_account
Fields§
§account: StringThe account name.
Implementations§
Trait Implementations§
Source§impl Clone for GetAccountParams
impl Clone for GetAccountParams
Source§fn clone(&self) -> GetAccountParams
fn clone(&self) -> GetAccountParams
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 GetAccountParams
impl RefUnwindSafe for GetAccountParams
impl Send for GetAccountParams
impl Sync for GetAccountParams
impl Unpin for GetAccountParams
impl UnwindSafe for GetAccountParams
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