pub enum ImplementationError {
TexFATNotSupported,
CreateDirectoryNotSupported,
}
Variants§
Trait Implementations§
Source§impl Display for ImplementationError
impl Display for ImplementationError
Source§impl<E> From<ImplementationError> for Error<E>
impl<E> From<ImplementationError> for Error<E>
Source§fn from(e: ImplementationError) -> Self
fn from(e: 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