pub enum Adapter {
CargoPublish,
CargoDist,
ReleasePlease,
Changesets,
GhActionPypiPublish,
Twine,
Goreleaser,
HomebrewTap,
HomebrewCore,
NpmPublish,
Manual,
}Expand description
The release tool pinned for a Target so it is not re-inferred each cut.
Variants§
CargoPublish
Wire value cargo-publish.
CargoDist
Wire value cargo-dist.
ReleasePlease
Wire value release-please.
Changesets
Wire value changesets.
GhActionPypiPublish
Wire value gh-action-pypi-publish.
Twine
Wire value twine.
Goreleaser
Wire value goreleaser.
HomebrewTap
Wire value homebrew-tap.
HomebrewCore
Wire value homebrew-core.
NpmPublish
Wire value npm-publish.
Manual
Wire value manual.
Implementations§
Trait Implementations§
impl Copy for Adapter
impl Eq for Adapter
impl StructuralPartialEq for Adapter
Auto Trait Implementations§
impl Freeze for Adapter
impl RefUnwindSafe for Adapter
impl Send for Adapter
impl Sync for Adapter
impl Unpin for Adapter
impl UnsafeUnpin for Adapter
impl UnwindSafe for Adapter
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.