#[repr(u16)]pub enum Intent {
Feature = 1,
Fix = 2,
Refactor = 3,
Docs = 4,
Test = 5,
}Expand description
Advisory patch intent.
Variants§
Feature = 1
Feature work.
Fix = 2
Bug fix.
Refactor = 3
Refactoring.
Docs = 4
Documentation.
Test = 5
Test-only change.
Implementations§
Trait Implementations§
impl Copy for Intent
impl Eq for Intent
Source§impl Ord for Intent
impl Ord for Intent
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 Intent
impl PartialOrd for Intent
impl StructuralPartialEq for Intent
Auto Trait Implementations§
impl Freeze for Intent
impl RefUnwindSafe for Intent
impl Send for Intent
impl Sync for Intent
impl Unpin for Intent
impl UnsafeUnpin for Intent
impl UnwindSafe for Intent
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