pub struct MarkerRef;
Expand description
Coherence hack for the ToIndex
trait.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MarkerRef
impl Send for MarkerRef
impl Sync for MarkerRef
impl Unpin for MarkerRef
impl UnwindSafe for MarkerRef
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