Struct accessibility_rs::AuditConfig
source · pub struct AuditConfig {
pub html: &'static str,
pub css: &'static str,
pub bounding_box: bool,
pub locale: &'static str,
}Expand description
configs for the audit
Fields§
§html: &'static strthe html source code
css: &'static strthe css rules to apply
bounding_box: boolextract bounding box of elements
locale: &'static strthe locale of the audit translations
Implementations§
Trait Implementations§
source§impl Default for AuditConfig
impl Default for AuditConfig
source§fn default() -> AuditConfig
fn default() -> AuditConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AuditConfig
impl Send for AuditConfig
impl Sync for AuditConfig
impl Unpin for AuditConfig
impl UnwindSafe for AuditConfig
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