pub enum Verbosity {
Terse,
Neutral,
Verbose,
}Expand description
Verbosity dial — biases salience-tier preference at variant selection.
Terse prefers the lowest-detail variant available among the candidates
already filtered for the rendering context’s salience. Verbose prefers
the highest. Neutral defers to the engine’s existing salience-from-
context logic with no bias.
Variants§
Trait Implementations§
impl Copy for Verbosity
impl Eq for Verbosity
impl StructuralPartialEq for Verbosity
Auto Trait Implementations§
impl Freeze for Verbosity
impl RefUnwindSafe for Verbosity
impl Send for Verbosity
impl Sync for Verbosity
impl Unpin for Verbosity
impl UnsafeUnpin for Verbosity
impl UnwindSafe for Verbosity
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