pub struct UppercaseError;Expand description
Non-uppercase character encountered.
Implementations§
Trait Implementations§
Source§impl Debug for UppercaseError
impl Debug for UppercaseError
Source§impl Default for UppercaseError
impl Default for UppercaseError
Source§fn default() -> UppercaseError
fn default() -> UppercaseError
Returns the “default value” for a type. Read more
Source§impl Display for UppercaseError
impl Display for UppercaseError
Source§impl Error for UppercaseError
impl Error for UppercaseError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for UppercaseError
impl RefUnwindSafe for UppercaseError
impl Send for UppercaseError
impl Sync for UppercaseError
impl Unpin for UppercaseError
impl UnwindSafe for UppercaseError
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