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