pub fn print_full_entry_owned(pairs: &[(&str, String)])Expand description
print_full_entry for owned values. crate::display::full_display_pairs
builds (&'static str, String) pairs — it has to, since a display name is
computed rather than borrowed from the response — so this saves every call
site the same re-borrowing dance.