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