pub enum Here {}
Expand description
Index value to indicate the target is in the left of a Cons
.
Trait Implementations§
impl<Target, C> Contains<Target, Here> for Cwhere
C: Cons<Left = Target>,
Base implementation, where the target is on the left of a cons.
Auto Trait Implementations§
impl Freeze for Here
impl RefUnwindSafe for Here
impl Send for Here
impl Sync for Here
impl Unpin for Here
impl UnwindSafe for Here
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