Enum rs::keyboard::FormattingError
source · [−]pub enum FormattingError {
Utf(FromUtf8Error),
Format(Error),
}
Variants
Utf(FromUtf8Error)
Format(Error)
Trait Implementations
sourceimpl Debug for FormattingError
impl Debug for FormattingError
sourceimpl Display for FormattingError
impl Display for FormattingError
Auto Trait Implementations
impl !RefUnwindSafe for FormattingError
impl Send for FormattingError
impl Sync for FormattingError
impl Unpin for FormattingError
impl !UnwindSafe for FormattingError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more