Struct forky_web::NotFoundProps
source · pub struct NotFoundProps {
pub duration: u8,
}Expand description
Fields§
§duration: u8Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NotFoundProps
impl Send for NotFoundProps
impl Sync for NotFoundProps
impl Unpin for NotFoundProps
impl UnwindSafe for NotFoundProps
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