pub struct Host {
pub main: &'static Url,
pub npm_comp: &'static Url,
}
Expand description
Creates a host urls for FetcherBuilder and Fetcher
Fields§
§main: &'static Url
§npm_comp: &'static Url
Implementations§
Trait Implementations§
impl Copy for Host
Auto Trait Implementations§
impl Freeze for Host
impl RefUnwindSafe for Host
impl Send for Host
impl Sync for Host
impl Unpin for Host
impl UnwindSafe for Host
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