Enum git_features::progress::unit::display::Location [−][src]
pub enum Location { BeforeValue, AfterUnit, }
The location at which [Thoughput
] or UnitDisplays
should be placed.
Variants
Trait Implementations
impl PartialOrd<Location> for Location
[src]
impl PartialOrd<Location> for Location
[src]pub fn partial_cmp(&self, other: &Location) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for Location
[src]
impl StructuralEq for Location
[src]impl StructuralPartialEq for Location
[src]
impl StructuralPartialEq for Location
[src]Auto Trait Implementations
impl RefUnwindSafe for Location
impl RefUnwindSafe for Location
impl UnwindSafe for Location
impl UnwindSafe for Location