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