pub struct BasicRequest;
Expand description
Marker type for a basic (non-grouped) request
Auto Trait Implementations§
impl Freeze for BasicRequest
impl RefUnwindSafe for BasicRequest
impl Send for BasicRequest
impl Sync for BasicRequest
impl Unpin for BasicRequest
impl UnwindSafe for BasicRequest
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