pub struct Beta {
pub version: RustVersion,
pub prerelease: Option<u32>,
}
Expand description
The Beta
release channel
Fields§
§version: RustVersion
The three component Rust version
prerelease: Option<u32>
The nth pre-release beta version, if any
Trait Implementations§
Source§impl Ord for Beta
impl Ord for Beta
Source§impl PartialOrd for Beta
impl PartialOrd for Beta
impl Eq for Beta
impl StructuralPartialEq for Beta
Auto Trait Implementations§
impl Freeze for Beta
impl RefUnwindSafe for Beta
impl Send for Beta
impl Sync for Beta
impl Unpin for Beta
impl UnwindSafe for Beta
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