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