Enum cargo_platform::Platform [−][src]
Expand description
Platform definition.
Variants
Name(String)
Tuple Fields
0: String
A named platform, like x86_64-apple-darwin
.
Cfg(CfgExpr)
Tuple Fields
0: CfgExpr
A cfg expression, like cfg(windows)
.
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Platform
impl UnwindSafe for Platform
Blanket Implementations
Mutably borrows from an owned value. Read more