pub enum ChipContent {
Label,
Key,
}Expand description
What a map’s chips put before the value: the key’s label, or the key itself.
A key that stands for a long title makes for tall rows once a cell holds several entries, and the label is in the panel either way, so a table whose keys are short codes can show those instead.
Variants§
Trait Implementations§
Source§impl Clone for ChipContent
impl Clone for ChipContent
impl Copy for ChipContent
Source§impl Debug for ChipContent
impl Debug for ChipContent
Source§impl Default for ChipContent
impl Default for ChipContent
impl Eq for ChipContent
Source§impl PartialEq for ChipContent
impl PartialEq for ChipContent
Source§impl Serialize for ChipContent
impl Serialize for ChipContent
impl StructuralPartialEq for ChipContent
Auto Trait Implementations§
impl Freeze for ChipContent
impl RefUnwindSafe for ChipContent
impl Send for ChipContent
impl Sync for ChipContent
impl Unpin for ChipContent
impl UnsafeUnpin for ChipContent
impl UnwindSafe for ChipContent
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