# SessionID

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Identity.swift#L38
- **Page:** https://libtmux.org/en/swift/latest/reference/sessionid/

A tmux session id such as `$1`.

## Members

- `init(from:)` (method): Creates a new instance by decoding from the given decoder, when the type's `RawValue` is `String`.
- `hashValue` (property)
- `hash(into:)` (method)
- `init(unicodeScalarLiteral:)` (method)
- `init(extendedGraphemeClusterLiteral:)` (method)
- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `sigil` (property)
- `rawValue` (property): The corresponding value of the raw type.
- `init(rawValue:)` (method): Creates a new instance with the specified raw value.
- `init(stringLiteral:)` (method): Creates an instance initialized to the given string value.
- `description` (property): A textual representation of this instance.
- `encode(to:)` (method): Encodes this value into the given encoder.
