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