kvarn_utils0.6.1

ErrorKind

Sections

  • Handling errors and matching on ErrorKind

Variants

  • AddrInUse
  • AddrNotAvailable
  • AlreadyExists
  • ArgumentListTooLong
  • BrokenPipe
  • ConnectionAborted
  • ConnectionRefused
  • ConnectionReset
  • CrossesDevices
  • Deadlock
  • DirectoryNotEmpty
  • ExecutableFileBusy
  • FileTooLarge
  • FilesystemLoop
  • FilesystemQuotaExceeded
  • HostUnreachable
  • InProgress
  • Interrupted
  • InvalidData
  • InvalidFilename
  • InvalidInput
  • IsADirectory
  • NetworkDown
  • NetworkUnreachable
  • NotADirectory
  • NotConnected
  • NotFound
  • NotSeekable
  • Other
  • OutOfMemory
  • PermissionDenied
  • ReadOnlyFilesystem
  • ResourceBusy
  • StaleNetworkFileHandle
  • StorageFull
  • TimedOut
  • TooManyLinks
  • UnexpectedEof
  • Unsupported
  • WouldBlock
  • WriteZero

Trait Implementations

  • Clone
  • Copy
  • Debug
  • Display
  • Eq
  • From<ErrorKind>
  • Hash
  • Ord
  • PartialEq
  • PartialOrd
  • StructuralPartialEq

Auto Trait Implementations

  • Freeze
  • RefUnwindSafe
  • Send
  • Sync
  • Unpin
  • UnwindSafe

Blanket Implementations

  • Any
  • AsCleanDebug
  • Borrow<T>
  • BorrowMut<T>
  • CloneToUninit
  • From<T>
  • Into<U>
  • ToCompactString