pub struct body;Expand description
HTML <body> element - Represents the content of an HTML document
Example:
<body>Content goes here</body>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for body
impl RefUnwindSafe for body
impl Send for body
impl Sync for body
impl Unpin for body
impl UnwindSafe for body
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