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