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