Struct libawr::client::account_info::AccountInfoSelector
source · pub struct AccountInfoSelector { /* private fields */ }
Expand description
Trait Implementations§
source§impl Clone for AccountInfoSelector
impl Clone for AccountInfoSelector
source§fn clone(&self) -> AccountInfoSelector
fn clone(&self) -> AccountInfoSelector
Returns a copy 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 Debug for AccountInfoSelector
impl Debug for AccountInfoSelector
source§impl Selector for AccountInfoSelector
impl Selector for AccountInfoSelector
§type Target = AccountInfo
type Target = AccountInfo
选择的对象类型。
§type Error = ReadAccountInfoError
type Error = ReadAccountInfoError
错误类型。
source§fn flush<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = &Self> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn flush<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = &Self> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
刷新缓存。 Read more
source§fn as_selector(&self) -> &Self
fn as_selector(&self) -> &Self
获取选择器。 Read more