pub enum ReparsePriority {
Low,
Normal,
High,
Urgent,
}Variants§
Trait Implementations§
Source§impl Clone for ReparsePriority
impl Clone for ReparsePriority
Source§fn clone(&self) -> ReparsePriority
fn clone(&self) -> ReparsePriority
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 ReparsePriority
impl Debug for ReparsePriority
Source§impl Ord for ReparsePriority
impl Ord for ReparsePriority
Source§fn cmp(&self, other: &ReparsePriority) -> Ordering
fn cmp(&self, other: &ReparsePriority) -> 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 ReparsePriority
impl PartialEq for ReparsePriority
Source§impl PartialOrd for ReparsePriority
impl PartialOrd for ReparsePriority
impl Copy for ReparsePriority
impl Eq for ReparsePriority
impl StructuralPartialEq for ReparsePriority
Auto Trait Implementations§
impl Freeze for ReparsePriority
impl RefUnwindSafe for ReparsePriority
impl Send for ReparsePriority
impl Sync for ReparsePriority
impl Unpin for ReparsePriority
impl UnsafeUnpin for ReparsePriority
impl UnwindSafe for ReparsePriority
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