pub struct PriorityMax;
Expand description
A Peaker which goes over the biggest column first.
Trait Implementations§
Source§impl Clone for PriorityMax
impl Clone for PriorityMax
Source§fn clone(&self) -> PriorityMax
fn clone(&self) -> PriorityMax
Returns a copy 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 PriorityMax
impl Debug for PriorityMax
Source§impl Default for PriorityMax
impl Default for PriorityMax
Source§fn default() -> PriorityMax
fn default() -> PriorityMax
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PriorityMax
impl RefUnwindSafe for PriorityMax
impl Send for PriorityMax
impl Sync for PriorityMax
impl Unpin for PriorityMax
impl UnwindSafe for PriorityMax
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