Enum bybit::api::WebsocketAPI
source · pub enum WebsocketAPI {
PublicSpot,
PublicLinear,
PublicInverse,
Private,
TradeStream,
}Expand description
Bybit Endpoints
Variants§
Trait Implementations§
source§impl AsRef<str> for WebsocketAPI
impl AsRef<str> for WebsocketAPI
Auto Trait Implementations§
impl Freeze for WebsocketAPI
impl RefUnwindSafe for WebsocketAPI
impl Send for WebsocketAPI
impl Sync for WebsocketAPI
impl Unpin for WebsocketAPI
impl UnwindSafe for WebsocketAPI
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