pub struct AppEmitOp;Expand description
Marker struct for dispatch_table TypeId keying.
Auto Trait Implementations§
impl Freeze for AppEmitOp
impl RefUnwindSafe for AppEmitOp
impl Send for AppEmitOp
impl Sync for AppEmitOp
impl Unpin for AppEmitOp
impl UnsafeUnpin for AppEmitOp
impl UnwindSafe for AppEmitOp
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