pub enum Channel {
Crates,
Flake,
Pypi,
Npm,
GithubRelease,
}Expand description
Where the source is fetched from.
Variants§
Crates
The crate on crates.io.
Flake
The flake the source repository serves, at a tag.
Pypi
The project on the Python package index.
Npm
The package on the npm registry.
GithubRelease
The prebuilt archives attached to a GitHub release.
Implementations§
Trait Implementations§
impl Copy for Channel
impl Eq for Channel
impl StructuralPartialEq for Channel
Auto Trait Implementations§
impl Freeze for Channel
impl RefUnwindSafe for Channel
impl Send for Channel
impl Sync for Channel
impl Unpin for Channel
impl UnsafeUnpin for Channel
impl UnwindSafe for Channel
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