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