pub enum EntryLabelMode {
Compact,
Forms,
}Expand description
Which already validated entry facts supply a display label first.
Variants§
Compact
Names, then complete visible forms, then the existing identity.
Forms
Complete visible forms, then the compact fallback.
Trait Implementations§
Source§impl Clone for EntryLabelMode
impl Clone for EntryLabelMode
Source§fn clone(&self) -> EntryLabelMode
fn clone(&self) -> EntryLabelMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EntryLabelMode
Source§impl Debug for EntryLabelMode
impl Debug for EntryLabelMode
impl Eq for EntryLabelMode
Source§impl PartialEq for EntryLabelMode
impl PartialEq for EntryLabelMode
impl StructuralPartialEq for EntryLabelMode
Auto Trait Implementations§
impl Freeze for EntryLabelMode
impl RefUnwindSafe for EntryLabelMode
impl Send for EntryLabelMode
impl Sync for EntryLabelMode
impl Unpin for EntryLabelMode
impl UnsafeUnpin for EntryLabelMode
impl UnwindSafe for EntryLabelMode
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