pub struct Fetcher(_);
Expand description
A struct for invoking fetch events to other Workers.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fetcher
impl !Send for Fetcher
impl !Sync for Fetcher
impl Unpin for Fetcher
impl UnwindSafe for Fetcher
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more