pub struct RequestWrapper {
pub source_path: CanonicalizedPathBuf,
pub request: Request,
}Fields§
§source_path: CanonicalizedPathBuf§request: RequestAuto Trait Implementations§
impl Freeze for RequestWrapper
impl RefUnwindSafe for RequestWrapper
impl Send for RequestWrapper
impl Sync for RequestWrapper
impl Unpin for RequestWrapper
impl UnwindSafe for RequestWrapper
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