pub struct WCAG2Params {
pub level: WCAG2Level,
pub size: WCAG2Size,
}Expand description
WCAG2 parameters
Fields§
§level: WCAG2Level§size: WCAG2SizeTrait Implementations§
Source§impl Clone for WCAG2Params
impl Clone for WCAG2Params
Source§fn clone(&self) -> WCAG2Params
fn clone(&self) -> WCAG2Params
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WCAG2Params
impl Debug for WCAG2Params
Source§impl Default for WCAG2Params
impl Default for WCAG2Params
impl Copy for WCAG2Params
Auto Trait Implementations§
impl Freeze for WCAG2Params
impl RefUnwindSafe for WCAG2Params
impl Send for WCAG2Params
impl Sync for WCAG2Params
impl Unpin for WCAG2Params
impl UnwindSafe for WCAG2Params
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