pub struct AdaptLayer<Req, R>(/* private fields */);Expand description
Layer for creating [Adapted].
Trait Implementations§
Source§impl<Req, R> Default for AdaptLayer<Req, R>
impl<Req, R> Default for AdaptLayer<Req, R>
Auto Trait Implementations§
impl<Req, R> Freeze for AdaptLayer<Req, R>
impl<Req, R> RefUnwindSafe for AdaptLayer<Req, R>
impl<Req, R> Send for AdaptLayer<Req, R>
impl<Req, R> Sync for AdaptLayer<Req, R>
impl<Req, R> Unpin for AdaptLayer<Req, R>
impl<Req, R> UnwindSafe for AdaptLayer<Req, R>
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