pub struct Serve {
pub catch_all: &'static str,
}
Fields
catch_all: &'static str
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Serve
impl Send for Serve
impl Sync for Serve
impl Unpin for Serve
impl UnwindSafe for Serve
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more