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