pub struct Holders { /* private fields */ }Expand description
Holders namespace for holder-related operations
Implementations§
Source§impl Holders
impl Holders
Sourcepub fn list(
&self,
markets: impl IntoIterator<Item = impl ToString>,
) -> ListHolders
pub fn list( &self, markets: impl IntoIterator<Item = impl ToString>, ) -> ListHolders
Get top holders for markets
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Holders
impl !RefUnwindSafe for Holders
impl Send for Holders
impl Sync for Holders
impl Unpin for Holders
impl !UnwindSafe for Holders
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