pub enum HTMLAlignment {
Top,
Middle,
Bottom,
Left,
Center,
Right,
}Expand description
An enumeration of the (deprecated) “align” attribute alternatives
recognized by the HTML <img> tag.
Variants§
Trait Implementations§
Source§impl Debug for HTMLAlignment
impl Debug for HTMLAlignment
Auto Trait Implementations§
impl Freeze for HTMLAlignment
impl RefUnwindSafe for HTMLAlignment
impl Send for HTMLAlignment
impl Sync for HTMLAlignment
impl Unpin for HTMLAlignment
impl UnwindSafe for HTMLAlignment
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