pub struct LegendPrime {
pub accounts: AccountsApi,
pub plan: PlanApi,
/* private fields */
}Fields§
§accounts: AccountsApi§plan: PlanApiImplementations§
Source§impl LegendPrime
impl LegendPrime
pub async fn prime_account(&self) -> Result<PrimeAccount>
pub async fn networks(&self) -> Result<NetworkList>
pub async fn assets(&self) -> Result<AssetMap>
Auto Trait Implementations§
impl Freeze for LegendPrime
impl !RefUnwindSafe for LegendPrime
impl Send for LegendPrime
impl Sync for LegendPrime
impl Unpin for LegendPrime
impl UnsafeUnpin for LegendPrime
impl !UnwindSafe for LegendPrime
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