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 Freeze for CustomMarker
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