pub struct MostReadableArgs {
pub include_fallback_colors: bool,
pub wcag2: WCAG2Params,
}Expand description
Arguments for the most_readable function
Fields§
§include_fallback_colors: bool§wcag2: WCAG2ParamsTrait Implementations§
Source§impl Clone for MostReadableArgs
impl Clone for MostReadableArgs
Source§fn clone(&self) -> MostReadableArgs
fn clone(&self) -> MostReadableArgs
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 MostReadableArgs
impl Debug for MostReadableArgs
Source§impl Default for MostReadableArgs
impl Default for MostReadableArgs
impl Copy for MostReadableArgs
Auto Trait Implementations§
impl Freeze for MostReadableArgs
impl RefUnwindSafe for MostReadableArgs
impl Send for MostReadableArgs
impl Sync for MostReadableArgs
impl Unpin for MostReadableArgs
impl UnwindSafe for MostReadableArgs
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