Available on crate feature
core only.Expand description
Represents an optional (possibly uninitialized) value.
Enums
- Represents an optional (possibly uninitialized) value.
Constants
- Describes an
NSTDOptionalwith no value. - Describes an
NSTDOptionalwith “some” initialized value.
Type Aliases
- Represents an optional value of type
NSTDAny. - Represents an optional value of type
NSTDAnyMut. - Represents an optional value of type
NSTDBool. - Represents an optional value of type
NSTDChar. - Represents an optional value of type
NSTDChar8. - Represents an optional value of type
NSTDChar16. - Represents an optional value of type
NSTDChar32. - Represents an optional value of type
NSTDFloat32. - Represents an optional value of type
NSTDFloat64. - Represents an optional value of type
NSTDInt. - Represents an optional value of type
NSTDInt8. - Represents an optional value of type
NSTDInt16. - Represents an optional value of type
NSTDInt32. - Represents an optional value of type
NSTDInt64. - Represents an optional value of type
NSTDUInt. - Represents an optional value of type
NSTDUInt8. - Represents an optional value of type
NSTDUInt16. - Represents an optional value of type
NSTDUInt32. - Represents an optional value of type
NSTDUInt64.