pub struct ListHolders { /* private fields */ }Expand description
Request builder for getting top holders
Implementations§
Source§impl ListHolders
impl ListHolders
Auto Trait Implementations§
impl !RefUnwindSafe for ListHolders
impl !UnwindSafe for ListHolders
impl Freeze for ListHolders
impl Send for ListHolders
impl Sync for ListHolders
impl Unpin for ListHolders
impl UnsafeUnpin for ListHolders
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