pub enum OkxWsStreamOperation {
Subscribe,
Unsubscribe,
}Variants§
Trait Implementations§
Source§impl Debug for OkxWsStreamOperation
impl Debug for OkxWsStreamOperation
Auto Trait Implementations§
impl Freeze for OkxWsStreamOperation
impl RefUnwindSafe for OkxWsStreamOperation
impl Send for OkxWsStreamOperation
impl Sync for OkxWsStreamOperation
impl Unpin for OkxWsStreamOperation
impl UnsafeUnpin for OkxWsStreamOperation
impl UnwindSafe for OkxWsStreamOperation
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