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