pub struct NotFoundLayer;Implementations§
Source§impl NotFoundLayer
impl NotFoundLayer
pub fn new() -> ResponseFnMapperServiceLayer
Auto Trait Implementations§
impl Freeze for NotFoundLayer
impl RefUnwindSafe for NotFoundLayer
impl Send for NotFoundLayer
impl Sync for NotFoundLayer
impl Unpin for NotFoundLayer
impl UnwindSafe for NotFoundLayer
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