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