Enumerationvapor 4.114.1Vapor
HelpFormat
Available formatting options for generating debug info for Debuggable
errors.
enum HelpFormat
Available formatting options for generating debug info for Debuggable
errors.
enum HelpFormat
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
case short
case long
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.