pub enum EffortLayer {
Headline,
Why,
Full,
}Expand description
Requested presentation depth for effort output.
This is primarily a rendering hint:
Headlinefocuses on summary numbers,Whyadds explanatory context,Fullincludes assumptions and optional delta details.
The engine may still compute richer data than the selected layer displays.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EffortLayer
impl Clone for EffortLayer
Source§fn clone(&self) -> EffortLayer
fn clone(&self) -> EffortLayer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EffortLayer
impl Debug for EffortLayer
Source§impl Display for EffortLayer
impl Display for EffortLayer
Source§impl PartialEq for EffortLayer
impl PartialEq for EffortLayer
impl Copy for EffortLayer
impl Eq for EffortLayer
impl StructuralPartialEq for EffortLayer
Auto Trait Implementations§
impl Freeze for EffortLayer
impl RefUnwindSafe for EffortLayer
impl Send for EffortLayer
impl Sync for EffortLayer
impl Unpin for EffortLayer
impl UnsafeUnpin for EffortLayer
impl UnwindSafe for EffortLayer
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