pub enum GitHost {
Github,
Gitlab,
}
Expand description
The git forge in which a project’s source code is stored.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for GitHost
impl RefUnwindSafe for GitHost
impl Send for GitHost
impl Sync for GitHost
impl Unpin for GitHost
impl UnwindSafe for GitHost
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