pub struct CheckContrast {
pub report_aaa: Option<bool>,
}Fields§
§report_aaa: Option<bool>Trait Implementations§
Source§impl Clone for CheckContrast
impl Clone for CheckContrast
Source§fn clone(&self) -> CheckContrast
fn clone(&self) -> CheckContrast
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 CheckContrast
impl Debug for CheckContrast
Source§impl<'de> Deserialize<'de> for CheckContrast
impl<'de> Deserialize<'de> for CheckContrast
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for CheckContrast
impl Method for CheckContrast
const NAME: &'static str = "Audits.checkContrast"
type ReturnObject = CheckContrastReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for CheckContrast
impl PartialEq for CheckContrast
Source§impl Serialize for CheckContrast
impl Serialize for CheckContrast
impl StructuralPartialEq for CheckContrast
Auto Trait Implementations§
impl Freeze for CheckContrast
impl RefUnwindSafe for CheckContrast
impl Send for CheckContrast
impl Sync for CheckContrast
impl Unpin for CheckContrast
impl UnwindSafe for CheckContrast
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