pub enum ViewPreference {
Bottom,
Top,
}Variants§
Bottom
If any values smaller than options.height * 8 exist in data + compare.data,
then display them. Larger values will be indicated by 🢁.
If smaller values don’t exist, then show the large ones.
Top
If any values larger than options.height * 8 exist in data + compare.data,
then display them. Smaller values will be indicated by 🢃.
If larger values don’t exist, then show the small ones.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewPreference
impl RefUnwindSafe for ViewPreference
impl Send for ViewPreference
impl Sync for ViewPreference
impl Unpin for ViewPreference
impl UnwindSafe for ViewPreference
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