pub struct HList(pub Vec<Kind>);Expand description
Haystack List — a thin wrapper around Vec<Kind>.
Used for tag values that are lists of Haystack values.
Tuple Fields§
§0: Vec<Kind>Implementations§
Trait Implementations§
impl StructuralPartialEq for HList
Auto Trait Implementations§
impl Freeze for HList
impl RefUnwindSafe for HList
impl Send for HList
impl Sync for HList
impl Unpin for HList
impl UnsafeUnpin for HList
impl UnwindSafe for HList
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