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