pub(crate) struct Shared {Show 25 fields
pub(crate) schema: Value,
pub(crate) lang: String,
pub(crate) comments: String,
pub(crate) bisf_count: u64,
pub(crate) bisf_max: u64,
pub(crate) flags: String,
pub(crate) exit: bool,
pub(crate) has_error: bool,
pub(crate) status_code: String,
pub(crate) status_text: String,
pub(crate) status_param: String,
pub(crate) redirect_js: String,
pub(crate) filter_all: bool,
pub(crate) filter_bifs: bool,
pub(crate) cache_prefix: String,
pub(crate) cache_dir: String,
pub(crate) cache_on_post: bool,
pub(crate) cache_on_get: bool,
pub(crate) cache_on_cookies: bool,
pub(crate) cache_disable: bool,
pub(crate) disable_js: bool,
pub(crate) already_js: bool,
pub(crate) debug_expire: u64,
pub(crate) debug_file: String,
pub(crate) working_dir: String,
}Fields§
§schema: Value§lang: String§comments: String§bisf_count: u64§bisf_max: u64§flags: String§exit: bool§has_error: bool§status_code: String§status_text: String§status_param: String§redirect_js: String§filter_all: bool§filter_bifs: bool§cache_prefix: String§cache_dir: String§cache_on_post: bool§cache_on_get: bool§cache_disable: bool§disable_js: bool§already_js: bool§debug_expire: u64§debug_file: String§working_dir: StringImplementations§
Auto Trait Implementations§
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