pub enum Forge {
Github,
Gitlab,
}Expand description
A supported forge.
Variants§
Github
github.com, driven through gh.
Gitlab
gitlab.com or a self-hosted GitLab, driven through glab.
Implementations§
Trait Implementations§
impl Copy for Forge
impl Eq for Forge
impl StructuralPartialEq for Forge
Auto Trait Implementations§
impl Freeze for Forge
impl RefUnwindSafe for Forge
impl Send for Forge
impl Sync for Forge
impl Unpin for Forge
impl UnsafeUnpin for Forge
impl UnwindSafe for Forge
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