pub enum LookupError {
NotImplemented(String),
}Expand description
Error from the reverse-table backend.
Variants§
NotImplemented(String)
num2words2 has no backend for this locale key
(Python raised NotImplementedError(lang)).
Trait Implementations§
Source§impl Clone for LookupError
impl Clone for LookupError
Source§fn clone(&self) -> LookupError
fn clone(&self) -> LookupError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LookupError
impl Debug for LookupError
impl Eq for LookupError
Source§impl PartialEq for LookupError
impl PartialEq for LookupError
impl StructuralPartialEq for LookupError
Auto Trait Implementations§
impl Freeze for LookupError
impl RefUnwindSafe for LookupError
impl Send for LookupError
impl Sync for LookupError
impl Unpin for LookupError
impl UnsafeUnpin for LookupError
impl UnwindSafe for LookupError
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