pub struct Consts {
pub max_req_time: u128,
pub error_html: &'static str,
pub list_html: &'static str,
}Fields§
§max_req_time: u128§error_html: &'static str§list_html: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Consts
impl RefUnwindSafe for Consts
impl Send for Consts
impl Sync for Consts
impl Unpin for Consts
impl UnsafeUnpin for Consts
impl UnwindSafe for Consts
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