pub struct autofill;Trait Implementations§
Source§impl CssPseudoClass for autofill
impl CssPseudoClass for autofill
fn is_pseudo_class(&self)
Source§impl CssSelector for autofill
impl CssSelector for autofill
fn is_selector(&self)
Auto Trait Implementations§
impl Freeze for autofill
impl RefUnwindSafe for autofill
impl Send for autofill
impl Sync for autofill
impl Unpin for autofill
impl UnwindSafe for autofill
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