pub struct Semver { /* private fields */ }
Implementations§
Source§impl Semver
impl Semver
pub fn increment_minor(self) -> Self
Trait Implementations§
impl StructuralPartialEq for Semver
Auto Trait Implementations§
impl Freeze for Semver
impl RefUnwindSafe for Semver
impl Send for Semver
impl Sync for Semver
impl Unpin for Semver
impl UnwindSafe for Semver
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