pub struct Nil;Expand description
The concrete type for our empty HList representant
Trait Implementations§
Source§impl ToIOPattern for Nil
impl ToIOPattern for Nil
Source§fn to_iopattern() -> IOPattern
fn to_iopattern() -> IOPattern
Converts the type-level pattern to its term-level representation
Auto Trait Implementations§
impl Freeze for Nil
impl RefUnwindSafe for Nil
impl Send for Nil
impl Sync for Nil
impl Unpin for Nil
impl UnwindSafe for Nil
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