pub struct Stable {
pub version: RustVersion,
}Expand description
The Stable release channel
Fields§
§version: RustVersionThe three component Rust version
Trait Implementations§
Source§impl Ord for Stable
impl Ord for Stable
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Stable
impl PartialOrd for Stable
impl Eq for Stable
impl StructuralPartialEq for Stable
Auto Trait Implementations§
impl Freeze for Stable
impl RefUnwindSafe for Stable
impl Send for Stable
impl Sync for Stable
impl Unpin for Stable
impl UnsafeUnpin for Stable
impl UnwindSafe for Stable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more