pub enum ForgeType {
GitHub,
Gitea,
Unknown,
}Variants§
Trait Implementations§
impl StructuralPartialEq for ForgeType
Auto Trait Implementations§
impl Freeze for ForgeType
impl RefUnwindSafe for ForgeType
impl Send for ForgeType
impl Sync for ForgeType
impl Unpin for ForgeType
impl UnwindSafe for ForgeType
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