Struct golem_client::account_summary::AccountSummaryLive
source · pub struct AccountSummaryLive {
pub base_url: Url,
pub allow_insecure: bool,
}
Fields§
§base_url: Url
§allow_insecure: bool
Trait Implementations§
source§impl AccountSummary for AccountSummaryLive
impl AccountSummary for AccountSummaryLive
fn get_account_summary<'life0, 'life1, 'async_trait>(
&'life0 self,
skip: i32,
limit: i32,
authorization: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<Vec<AccountSummary>, AccountSummaryError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn count_account_summary<'life0, 'life1, 'async_trait>(
&'life0 self,
authorization: &'life1 str
) -> Pin<Box<dyn Future<Output = Result<i64, AccountSummaryError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
source§impl Clone for AccountSummaryLive
impl Clone for AccountSummaryLive
source§fn clone(&self) -> AccountSummaryLive
fn clone(&self) -> AccountSummaryLive
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AccountSummaryLive
impl Send for AccountSummaryLive
impl Sync for AccountSummaryLive
impl Unpin for AccountSummaryLive
impl UnwindSafe for AccountSummaryLive
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