pub struct MarkerIndex;
Expand description
Coherence hack for the ToIndex
trait.
Trait Implementations§
Source§impl<T: IndexedValue> ToIndex<T, MarkerIndex> for T::Index
impl<T: IndexedValue> ToIndex<T, MarkerIndex> for T::Index
Source§fn to_index(self, _domain: &IndexedDomain<T>) -> T::Index
fn to_index(self, _domain: &IndexedDomain<T>) -> T::Index
Converts
self
to an index over T
.Auto Trait Implementations§
impl Freeze for MarkerIndex
impl RefUnwindSafe for MarkerIndex
impl Send for MarkerIndex
impl Sync for MarkerIndex
impl Unpin for MarkerIndex
impl UnwindSafe for MarkerIndex
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