pub enum Proxy {
Github,
GhProxy,
Xget,
Jsdelivr,
Statically,
}Expand description
Proxy service types
Variants§
Github
Native Github (no proxy)
GhProxy
gh-proxy.com service
Xget
xget.xi-xu.me service
Jsdelivr
cdn.jsdelivr.net service
Statically
cdn.statically.io service
Implementations§
Trait Implementations§
impl Copy for Proxy
impl Eq for Proxy
impl StructuralPartialEq for Proxy
Auto Trait Implementations§
impl Freeze for Proxy
impl RefUnwindSafe for Proxy
impl Send for Proxy
impl Sync for Proxy
impl Unpin for Proxy
impl UnwindSafe for Proxy
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