pub struct FetcherTransport { /* private fields */ }Expand description
ClientTransport backed by a Workers service binding.
Construct with Self::new. Cloning is cheap because the underlying
Fetcher is just a JsValue handle.
Implementations§
Trait Implementations§
Source§impl ClientTransport for FetcherTransport
impl ClientTransport for FetcherTransport
Source§impl Clone for FetcherTransport
impl Clone for FetcherTransport
Source§fn clone(&self) -> FetcherTransport
fn clone(&self) -> FetcherTransport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FetcherTransport
impl RefUnwindSafe for FetcherTransport
impl Send for FetcherTransport
impl Sync for FetcherTransport
impl Unpin for FetcherTransport
impl UnsafeUnpin for FetcherTransport
impl UnwindSafe for FetcherTransport
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