pub struct PriorityNone { /* private fields */ }
Expand description
A Peaker which goes over column 1 by 1.
Trait Implementations§
Source§impl Clone for PriorityNone
impl Clone for PriorityNone
Source§fn clone(&self) -> PriorityNone
fn clone(&self) -> PriorityNone
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 PriorityNone
impl Debug for PriorityNone
Source§impl Default for PriorityNone
impl Default for PriorityNone
Source§fn default() -> PriorityNone
fn default() -> PriorityNone
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PriorityNone
impl RefUnwindSafe for PriorityNone
impl Send for PriorityNone
impl Sync for PriorityNone
impl Unpin for PriorityNone
impl UnwindSafe for PriorityNone
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