pub enum ParsePart {
Start,
ReqPrefix,
MajorYear,
MinorMonth,
PatchDay,
PreId,
BuildSuffix,
}
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for ParsePart
Auto Trait Implementations§
impl Freeze for ParsePart
impl RefUnwindSafe for ParsePart
impl Send for ParsePart
impl Sync for ParsePart
impl Unpin for ParsePart
impl UnwindSafe for ParsePart
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