Struct cf_worker_http_client::request::Request
source · [−]pub struct Request<M> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<M> !RefUnwindSafe for Request<M>
impl<M> !Send for Request<M>
impl<M> !Sync for Request<M>
impl<M> Unpin for Request<M>where
M: Unpin,
impl<M> !UnwindSafe for Request<M>
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