pub struct QuotePushDispatcher;Expand description
行情推送分发器
Implementations§
Auto Trait Implementations§
impl Freeze for QuotePushDispatcher
impl RefUnwindSafe for QuotePushDispatcher
impl Send for QuotePushDispatcher
impl Sync for QuotePushDispatcher
impl Unpin for QuotePushDispatcher
impl UnwindSafe for QuotePushDispatcher
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