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