pub struct GetCallAccountsParams {}Expand description
Parameters for Client::get_call_accounts (wire method getCallAccounts).
Trait Implementations§
Source§impl Clone for GetCallAccountsParams
impl Clone for GetCallAccountsParams
Source§fn clone(&self) -> GetCallAccountsParams
fn clone(&self) -> GetCallAccountsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetCallAccountsParams
impl Debug for GetCallAccountsParams
Source§impl Default for GetCallAccountsParams
impl Default for GetCallAccountsParams
Source§fn default() -> GetCallAccountsParams
fn default() -> GetCallAccountsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCallAccountsParams
impl RefUnwindSafe for GetCallAccountsParams
impl Send for GetCallAccountsParams
impl Sync for GetCallAccountsParams
impl Unpin for GetCallAccountsParams
impl UnsafeUnpin for GetCallAccountsParams
impl UnwindSafe for GetCallAccountsParams
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