#[repr(u8)]pub enum Milestone {
PREL = 0,
BR = 1,
SI = 2,
GO = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Milestone
impl Ord for Milestone
Source§impl PartialOrd for Milestone
impl PartialOrd for Milestone
impl Copy for Milestone
impl Eq for Milestone
impl StructuralPartialEq for Milestone
Auto Trait Implementations§
impl Freeze for Milestone
impl RefUnwindSafe for Milestone
impl Send for Milestone
impl Sync for Milestone
impl Unpin for Milestone
impl UnwindSafe for Milestone
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