pub enum SCMKind {
Unsupported,
GitHub,
Gitlab,
}
Expand description
Supported SCMs. Currently, what_git
only supports GitHub and Gitlab.
Variants§
Trait Implementations§
impl StructuralPartialEq for SCMKind
Auto Trait Implementations§
impl Freeze for SCMKind
impl RefUnwindSafe for SCMKind
impl Send for SCMKind
impl Sync for SCMKind
impl Unpin for SCMKind
impl UnwindSafe for SCMKind
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