Struct rustc_utils::mir::location_or_arg::index::CustomMarker
source · pub struct CustomMarker;
Available on crate feature
indexical
only.Trait Implementations§
source§impl ToIndex<LocationOrArg, CustomMarker> for Local
impl ToIndex<LocationOrArg, CustomMarker> for Local
source§fn to_index(self, domain: &IndexedDomain<LocationOrArg>) -> LocationOrArgIndex
fn to_index(self, domain: &IndexedDomain<LocationOrArg>) -> LocationOrArgIndex
Converts
self
to an index over T
.source§impl ToIndex<LocationOrArg, CustomMarker> for Location
impl ToIndex<LocationOrArg, CustomMarker> for Location
source§fn to_index(self, domain: &IndexedDomain<LocationOrArg>) -> LocationOrArgIndex
fn to_index(self, domain: &IndexedDomain<LocationOrArg>) -> LocationOrArgIndex
Converts
self
to an index over T
.Auto Trait Implementations§
impl RefUnwindSafe for CustomMarker
impl Send for CustomMarker
impl Sync for CustomMarker
impl Unpin for CustomMarker
impl UnwindSafe for CustomMarker
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