Enum parallel_disk_usage::args::fraction::ConversionError [−][src]
pub enum ConversionError {
UpperBound,
LowerBound,
}Expand description
Error that occurs when calling Fraction::new.
Variants
Provided value is greater than or equal to 1.
Provided value is less than 0.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ConversionErrorimpl Send for ConversionErrorimpl Sync for ConversionErrorimpl Unpin for ConversionErrorimpl UnwindSafe for ConversionErrorBlanket Implementations
Mutably borrows from an owned value. Read more
Apply f to self. Read more
Apply f to &self. Read more
Apply f to &mut self. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait AsRef<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait AsMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more