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
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 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