pub struct WithQueryLayer<ReqBody> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl<ReqBody> Clone for WithQueryLayer<ReqBody>
impl<ReqBody> Clone for WithQueryLayer<ReqBody>
Source§impl<ReqBody: Debug> Debug for WithQueryLayer<ReqBody>
impl<ReqBody: Debug> Debug for WithQueryLayer<ReqBody>
Source§impl<ReqBody: Default> Default for WithQueryLayer<ReqBody>
impl<ReqBody: Default> Default for WithQueryLayer<ReqBody>
Source§fn default() -> WithQueryLayer<ReqBody>
fn default() -> WithQueryLayer<ReqBody>
Returns the “default value” for a type. Read more
Source§impl<S, ReqBody> Layer<S> for WithQueryLayer<ReqBody>
impl<S, ReqBody> Layer<S> for WithQueryLayer<ReqBody>
impl<ReqBody: Copy> Copy for WithQueryLayer<ReqBody>
impl<ReqBody> Sync for WithQueryLayer<ReqBody>
Auto Trait Implementations§
impl<ReqBody> Freeze for WithQueryLayer<ReqBody>
impl<ReqBody> RefUnwindSafe for WithQueryLayer<ReqBody>where
ReqBody: RefUnwindSafe,
impl<ReqBody> Send for WithQueryLayer<ReqBody>where
ReqBody: Send,
impl<ReqBody> Unpin for WithQueryLayer<ReqBody>where
ReqBody: Unpin,
impl<ReqBody> UnwindSafe for WithQueryLayer<ReqBody>where
ReqBody: UnwindSafe,
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