pub enum ImplementationError {
TexFATNotSupported,
CreateDirectoryNotSupported,
}Variants§
Trait Implementations§
Source§impl Debug for ImplementationError
impl Debug for ImplementationError
Source§impl Display for ImplementationError
impl Display for ImplementationError
Source§impl Error for ImplementationError
impl Error for ImplementationError
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()
Source§impl<E> From<ImplementationError> for Error<E>
impl<E> From<ImplementationError> for Error<E>
Source§fn from(source: ImplementationError) -> Self
fn from(source: ImplementationError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ImplementationError
impl RefUnwindSafe for ImplementationError
impl Send for ImplementationError
impl Sync for ImplementationError
impl Unpin for ImplementationError
impl UnwindSafe for ImplementationError
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