pub struct legend;Expand description
HTML <legend> element - Defines a caption for a <fieldset> element
Example:
<fieldset><legend>Personal Information</legend><input type="text" name="name" /><input type="email" name="email" /></fieldset>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for legend
impl RefUnwindSafe for legend
impl Send for legend
impl Sync for legend
impl Unpin for legend
impl UnwindSafe for legend
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