pub struct BaseUrls {
pub dexscreener: String,
pub exa: String,
pub newsapi: String,
pub cryptopanic: String,
pub lunarcrush: String,
pub twitter: String,
}Expand description
Base URL configuration for various services
Fields§
§dexscreener: StringDexScreener API base URL
exa: StringExa API base URL
newsapi: StringNews API base URL
cryptopanic: StringCryptoPanic API base URL
lunarcrush: StringLunarCrush API base URL
twitter: StringTwitter API base URL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BaseUrls
impl RefUnwindSafe for BaseUrls
impl Send for BaseUrls
impl Sync for BaseUrls
impl Unpin for BaseUrls
impl UnwindSafe for BaseUrls
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