pub enum PercentError {
TooLarge(u8),
}Expand description
Percent error
Variants§
Trait Implementations§
Source§impl Clone for PercentError
impl Clone for PercentError
Source§fn clone(&self) -> PercentError
fn clone(&self) -> PercentError
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 PercentError
impl Debug for PercentError
Source§impl Hash for PercentError
impl Hash for PercentError
Source§impl PartialEq for PercentError
impl PartialEq for PercentError
impl Copy for PercentError
impl Eq for PercentError
impl StructuralPartialEq for PercentError
Auto Trait Implementations§
impl Freeze for PercentError
impl RefUnwindSafe for PercentError
impl Send for PercentError
impl Sync for PercentError
impl Unpin for PercentError
impl UnwindSafe for PercentError
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