ServerProvenance
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- struct ServerProvenance : struct ServerProvenance
Members
- functionstatic ¶!=(_:_:)
-
Inherited from
Equatable.!=(_:_:)Returns a Boolean value indicating whether two values are not equal.
Inequality is the inverse of equality. For any values
aandb,a != bimplies thata == bisfalse.This is the default implementation of the not-equal-to operator (
!=) for any type that conforms toEquatable.- Parameters:
- lhs: A value to compare.
- rhs: Another value to compare.
- Parameters:
- selectionProvenance : let selectionProvenance: String
- serverState : let serverState: String
- configurationProvenance : let configurationProvenance: String
- resolvedSocketPath : let resolvedSocketPath: String?
- attachCommand : let attachCommand: String?
- unknown : static let unknown: ServerProvenance
-
Discussed in Execute tmux commands , Runtime ownership , Options and hooks , Execution modes
- method ¶init(from:)
-
Inherited from
Decodable.init(from:)Creates a new instance by decoding from the given decoder.
This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.
- Parameter decoder: The decoder to read data from.