Enum bybit::api::WebsocketAPI
source · pub enum WebsocketAPI {
Public(Public),
Private,
TradeStream,
}Expand description
Bybit Endpoints
Variants§
Trait Implementations§
source§impl Clone for WebsocketAPI
impl Clone for WebsocketAPI
source§fn clone(&self) -> WebsocketAPI
fn clone(&self) -> WebsocketAPI
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl From<WebsocketAPI> for String
impl From<WebsocketAPI> for String
source§fn from(item: WebsocketAPI) -> Self
fn from(item: WebsocketAPI) -> Self
Converts to this type from the input type.
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