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