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