Enum PercentileError
pub enum PercentileError {
EmptyInput,
InvalidPercentile,
}Variants§
Trait Implementations§
§impl Clone for PercentileError
impl Clone for PercentileError
§fn clone(&self) -> PercentileError
fn clone(&self) -> PercentileError
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 more§impl Debug for PercentileError
impl Debug for PercentileError
§impl PartialEq for PercentileError
impl PartialEq for PercentileError
impl Eq for PercentileError
impl StructuralPartialEq for PercentileError
Auto Trait Implementations§
impl Freeze for PercentileError
impl RefUnwindSafe for PercentileError
impl Send for PercentileError
impl Sync for PercentileError
impl Unpin for PercentileError
impl UnsafeUnpin for PercentileError
impl UnwindSafe for PercentileError
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