pub struct Mintscan { /* private fields */ }Expand description
Mintscan API client.
Implementations§
Source§impl Mintscan
impl Mintscan
Sourcepub fn new(hostname: impl Into<String>) -> Self
pub fn new(hostname: impl Into<String>) -> Self
Create a new Mintscan client for the given API hostname
(e.g. api.cosmostation.io)
Trait Implementations§
Source§impl From<HttpsClient> for Mintscan
impl From<HttpsClient> for Mintscan
Source§fn from(client: HttpsClient) -> Mintscan
fn from(client: HttpsClient) -> Mintscan
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Mintscan
impl !RefUnwindSafe for Mintscan
impl Send for Mintscan
impl Sync for Mintscan
impl Unpin for Mintscan
impl !UnwindSafe for Mintscan
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