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