Enum Os Copy item path Source pub enum Os {
Windows,
MacOs,
Linux,
}Expand description The host operating systems this product supports.
The supported-version matrix — Windows 10/11 and Server 2016/2019/2022,
macOS 11.0+, and the nine listed Linux distributions — is d1’s to validate
(01-current-architecture.md, “Authoritative external constraints”). The
domain only needs the three families, because that is what a routing label
encodes.
The token this OS contributes to a derived routing label.
These are GitHub’s own runner-package OS tokens (win, osx, linux),
which is what e2 will select a download by, so a label and a package
name never disagree about what “this host” is. 02-target-architecture.md
gives rm-home-win-x64 as the worked example, which fixes win.
Container actions and service containers require Linux
(01-current-architecture.md, edge case 2). f2 surfaces this on a
macOS or Windows policy.
Performs copy-assignment from
source.
Read more Formats the value using the given formatter.
Read more Deserialize this value from the given Serde deserializer.
Read more Formats the value using the given formatter.
Read more The associated error which can be returned from parsing.
Parses a string
s to return a value of this type.
Read more Compares and returns the maximum of two values.
Read more Compares and returns the minimum of two values.
Read more Restrict a value to a certain interval.
Read more 🔬 This is a nightly-only experimental API. (clamp_to)
Restrict a value to a certain range.
Read more This method returns an ordering between
self and
other values if one exists.
Read more Tests less than (for
self and
other) and is used by the
< operator.
Read more Tests less than or equal to (for
self and
other) and is used by the
<= operator.
Read more Tests greater than (for
self and
other) and is used by the
>
operator.
Read more Tests greater than or equal to (for
self and
other) and is used by
the
>= operator.
Read more Serialize this value into the given Serde serializer.
Read more Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more 🔬 This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from
self to
dest.
Read more Checks if this value is equivalent to the given key.
Read more Returns the argument unchanged.
Instruments this type with the provided
Span, returning an
Instrumented wrapper.
Read more Calls U::from(self).
That is, this conversion is whatever the implementation of
From <T> for U chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more Uses borrowed data to replace owned data, usually by cloning.
Read more Converts the given value to a
String.
Read more The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.