pub struct DelegatedHttpRequest {
pub method: &'static str,
pub url: String,
/* private fields */
}
Fields§
§method: &'static str
§url: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DelegatedHttpRequest
impl RefUnwindSafe for DelegatedHttpRequest
impl Send for DelegatedHttpRequest
impl Sync for DelegatedHttpRequest
impl Unpin for DelegatedHttpRequest
impl UnwindSafe for DelegatedHttpRequest
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