pub struct CanonicalRequest<B> { /* private fields */ }Expand description
A request that has been admitted and rewritten into the canonical origin.
Constructible only by Origins::accept, so the rewrite cannot be skipped
on the way to the server.
Implementations§
Source§impl<B> CanonicalRequest<B>
impl<B> CanonicalRequest<B>
Trait Implementations§
Auto Trait Implementations§
impl<B> !Freeze for CanonicalRequest<B>
impl<B> !RefUnwindSafe for CanonicalRequest<B>
impl<B> !UnwindSafe for CanonicalRequest<B>
impl<B> Send for CanonicalRequest<B>where
B: Send,
impl<B> Sync for CanonicalRequest<B>where
B: Sync,
impl<B> Unpin for CanonicalRequest<B>where
B: Unpin,
impl<B> UnsafeUnpin for CanonicalRequest<B>where
B: UnsafeUnpin,
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