pub enum GitHost {
GitHub,
Gist,
GitLab,
Bitbucket,
}
Variants§
Trait Implementations§
impl Eq for GitHost
impl StructuralPartialEq for GitHost
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