pub struct base;Expand description
HTML <base> element - Specifies the base URL/target for all relative URLs in a document
Example:
<base href="
Trait Implementations§
Auto Trait Implementations§
impl Freeze for base
impl RefUnwindSafe for base
impl Send for base
impl Sync for base
impl Unpin for base
impl UnwindSafe for base
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