pub struct HNil;Expand description
The empty heterogeneous list.
§Examples
use reflect_nat::HNil;
use reify_reflect_core::Reflect;
assert_eq!(HNil::reflect(), Vec::<reify_reflect_core::RuntimeValue>::new());Trait Implementations§
Auto Trait Implementations§
impl Freeze for HNil
impl RefUnwindSafe for HNil
impl Send for HNil
impl Sync for HNil
impl Unpin for HNil
impl UnsafeUnpin for HNil
impl UnwindSafe for HNil
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