pub struct OrderEmulatorExecuteHandler {
pub id: Ustr,
pub emulator: Rc<RefCell<OrderEmulator>>,
}
Fields§
§id: Ustr
§emulator: Rc<RefCell<OrderEmulator>>
Trait Implementations§
Source§impl Debug for OrderEmulatorExecuteHandler
impl Debug for OrderEmulatorExecuteHandler
Auto Trait Implementations§
impl Freeze for OrderEmulatorExecuteHandler
impl !RefUnwindSafe for OrderEmulatorExecuteHandler
impl !Send for OrderEmulatorExecuteHandler
impl !Sync for OrderEmulatorExecuteHandler
impl Unpin for OrderEmulatorExecuteHandler
impl !UnwindSafe for OrderEmulatorExecuteHandler
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