pub struct Image { /* private fields */ }
Expand description
HTML Attribute: <img>
Trait Implementations§
Source§impl IntoHtmlNode for Image
impl IntoHtmlNode for Image
Source§impl SetHtmlAttributes for Image
impl SetHtmlAttributes for Image
fn get_attributes(&self) -> &HtmlAttributes
fn get_attributes_mut(&mut self) -> &mut HtmlAttributes
fn set_class<S: Into<String>>(&mut self, class: S)
fn clear_class(&mut self)
fn set_id<S: Into<String>>(&mut self, id: S)
fn clear_id(&mut self)
Auto Trait Implementations§
impl Freeze for Image
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnwindSafe for Image
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