pub struct OkxUrls {
pub rest: String,
pub ws_public: String,
pub ws_private: String,
pub ws_business: String,
}Expand description
OKX API URLs.
Fields§
§rest: StringREST API base URL.
ws_public: StringPublic WebSocket URL.
ws_private: StringPrivate WebSocket URL.
ws_business: StringBusiness WebSocket URL.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OkxUrls
impl RefUnwindSafe for OkxUrls
impl Send for OkxUrls
impl Sync for OkxUrls
impl Unpin for OkxUrls
impl UnwindSafe for OkxUrls
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