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