Struct stacks_rs::api::AccountsApi
source · pub struct AccountsApi<T: Network> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for AccountsApi<T>
impl<T> Send for AccountsApi<T>where
T: Send,
impl<T> Sync for AccountsApi<T>where
T: Sync,
impl<T> Unpin for AccountsApi<T>where
T: Unpin,
impl<T> !UnwindSafe for AccountsApi<T>
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