Struct yohan_boogaert_1995::CargoBreaking
source · [−]pub struct CargoBreaking {}
Expand description
A CLI tool that compares a crate’s public API between two different branches, shows what changed, and suggests the next version according to semver. [Repository]
Auto Trait Implementations
impl RefUnwindSafe for CargoBreaking
impl Send for CargoBreaking
impl Sync for CargoBreaking
impl Unpin for CargoBreaking
impl UnwindSafe for CargoBreaking
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more