Struct price_info::Client
source · [−]pub struct Client<F = FetchClient> { /* private fields */ }
Expand description
A client to get the current ETH price using an external API.
Implementations
Trait Implementations
Auto Trait Implementations
impl<F = Client> !RefUnwindSafe for Client<F>
impl<F> Send for Client<F> where
F: Send,
impl<F> Sync for Client<F> where
F: Sync,
impl<F> Unpin for Client<F> where
F: Unpin,
impl<F = Client> !UnwindSafe for Client<F>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more