pub struct Layer<Target, Req> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Target, Req> Freeze for Layer<Target, Req>where
Target: Freeze,
impl<Target, Req> RefUnwindSafe for Layer<Target, Req>where
Target: RefUnwindSafe,
Req: RefUnwindSafe,
impl<Target, Req> Send for Layer<Target, Req>
impl<Target, Req> Sync for Layer<Target, Req>
impl<Target, Req> Unpin for Layer<Target, Req>
impl<Target, Req> UnwindSafe for Layer<Target, Req>where
Target: UnwindSafe,
Req: 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