Struct deno_fetch::op_fetch_custom_client 
source · pub struct op_fetch_custom_client;Expand description
Auto-generated by deno_ops, i.e: #[op]
Use op_fetch_custom_client::decl() to get an op-declaration
you can include in a deno_core::Extension.
Auto Trait Implementations
impl RefUnwindSafe for op_fetch_custom_client
impl Send for op_fetch_custom_client
impl Sync for op_fetch_custom_client
impl Unpin for op_fetch_custom_client
impl UnwindSafe for op_fetch_custom_client
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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