pub struct NListFn<T>(/* private fields */);Expand description
Type-level function (typewit::TypeFn implementor)
from L to NList<T, L>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for NListFn<T>
impl<T> RefUnwindSafe for NListFn<T>
impl<T> Send for NListFn<T>
impl<T> Sync for NListFn<T>
impl<T> Unpin for NListFn<T>
impl<T> UnwindSafe for NListFn<T>
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
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
Source§impl<'a, T> Receiver<'a, T> for Twhere
T: 'a,
impl<'a, T> Receiver<'a, T> for Twhere
T: 'a,
Source§type Hkt = ValueHkt<'a>
type Hkt = ValueHkt<'a>
Marker type for abstractly representing values/references/mutable references
Source§const RECEIVER_WIT: ReceiverWit<'a, Self, T> = _
const RECEIVER_WIT: ReceiverWit<'a, Self, T> = _
Witness for whether Self is a
T,&'a T, or &'a mut T.