pub struct PriorityLeft { /* private fields */ }
Expand description
A Peaker which goes over column 1 by 1, but truncates as much as possible left side.
Implementations§
Source§impl PriorityLeft
impl PriorityLeft
Trait Implementations§
Source§impl Clone for PriorityLeft
impl Clone for PriorityLeft
Source§fn clone(&self) -> PriorityLeft
fn clone(&self) -> PriorityLeft
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 PriorityLeft
impl Debug for PriorityLeft
Source§impl Default for PriorityLeft
impl Default for PriorityLeft
Source§fn default() -> PriorityLeft
fn default() -> PriorityLeft
Returns the “default value” for a type. Read more
Source§impl Hash for PriorityLeft
impl Hash for PriorityLeft
Source§impl Ord for PriorityLeft
impl Ord for PriorityLeft
Source§fn cmp(&self, other: &PriorityLeft) -> Ordering
fn cmp(&self, other: &PriorityLeft) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PriorityLeft
impl PartialEq for PriorityLeft
Source§impl PartialOrd for PriorityLeft
impl PartialOrd for PriorityLeft
Source§impl Peaker for PriorityLeft
impl Peaker for PriorityLeft
impl Copy for PriorityLeft
impl Eq for PriorityLeft
impl StructuralPartialEq for PriorityLeft
Auto Trait Implementations§
impl Freeze for PriorityLeft
impl RefUnwindSafe for PriorityLeft
impl Send for PriorityLeft
impl Sync for PriorityLeft
impl Unpin for PriorityLeft
impl UnwindSafe for PriorityLeft
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