pub struct p;Expand description
HTML <p> element - Represents a paragraph of text
Example:
<p>This is a paragraph of text.</p>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for p
impl RefUnwindSafe for p
impl Send for p
impl Sync for p
impl Unpin for p
impl UnwindSafe for p
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