pub enum RepoHost {
Gitcode,
Atomgit,
Github,
Gitlab,
Other,
None,
}Variants§
Trait Implementations§
impl Copy for RepoHost
Auto Trait Implementations§
impl Freeze for RepoHost
impl RefUnwindSafe for RepoHost
impl Send for RepoHost
impl Sync for RepoHost
impl Unpin for RepoHost
impl UnsafeUnpin for RepoHost
impl UnwindSafe for RepoHost
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