ResponsePath


EXTENSION

ResponsePath

Swift
1extension ResponsePath: CustomStringConvertible

Properties

description

Swift
1public var description: String

Methods

hash(into:)

Swift
1public func hash(into hasher: inout Hasher)

Parameters

NameDescription
hasherThe hasher to use when combining the components of this instance.

==(_:_:)

Swift
1static public func == (lhs: ResponsePath, rhs: ResponsePath) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.
Feedback

Edit on GitHub

Forums