pub struct RustTarget(/* private fields */);
Expand description
Represents the version of the Rust language to target.
Implementations§
Source§impl RustTarget
impl RustTarget
Source§impl RustTarget
impl RustTarget
Sourcepub const Nightly: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::nightly
instead.
pub const Nightly: Self
RustTarget::nightly
instead.The nightly version of Rust, which introduces the following features:“
Sourcepub const Stable_1_82: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_82: Self
RustTarget::stable
instead.Version 1.82 of Rust, which introduced the following features:
Sourcepub const Stable_1_77: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_77: Self
RustTarget::stable
instead.Version 1.77 of Rust, which introduced the following features:
Sourcepub const Stable_1_73: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_73: Self
RustTarget::stable
instead.Version 1.73 of Rust, which introduced the following features:
Sourcepub const Stable_1_71: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_71: Self
RustTarget::stable
instead.Version 1.71 of Rust, which introduced the following features:
Sourcepub const Stable_1_68: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_68: Self
RustTarget::stable
instead.Version 1.68 of Rust, which introduced the following features:
Sourcepub const Stable_1_64: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_64: Self
RustTarget::stable
instead.Version 1.64 of Rust, which introduced the following features:
Sourcepub const Stable_1_51: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_51: Self
RustTarget::stable
instead.Version 1.51 of Rust, which introduced the following features:
Sourcepub const Stable_1_59: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_59: Self
RustTarget::stable
instead.Version 1.59 of Rust, which introduced the following features:
Sourcepub const Stable_1_47: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_47: Self
RustTarget::stable
instead.Version 1.47 of Rust, which introduced the following features:
Sourcepub const Stable_1_43: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_43: Self
RustTarget::stable
instead.Version 1.43 of Rust, which introduced the following features:
Sourcepub const Stable_1_40: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_40: Self
RustTarget::stable
instead.Version 1.40 of Rust, which introduced the following features:
Sourcepub const Stable_1_36: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_36: Self
RustTarget::stable
instead.Version 1.36 of Rust, which introduced the following features:
Sourcepub const Stable_1_33: Self
👎Deprecated: The use of this constant is deprecated, please use RustTarget::stable
instead.
pub const Stable_1_33: Self
RustTarget::stable
instead.Version 1.33 of Rust, which introduced the following features:
Trait Implementations§
Source§impl Clone for RustTarget
impl Clone for RustTarget
Source§fn clone(&self) -> RustTarget
fn clone(&self) -> RustTarget
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more