pub struct main;Expand description
HTML <main> element - Specifies the main content of a document
Example:
<main><p>Main content goes here...</p></main>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for main
impl RefUnwindSafe for main
impl Send for main
impl Sync for main
impl Unpin for main
impl UnwindSafe for main
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