Struct html_sys::text::UnorderedList
source · #[non_exhaustive]pub struct UnorderedList { /* private fields */ }
Expand description
The HTML <ul>
element
Trait Implementations§
source§impl Clone for UnorderedList
impl Clone for UnorderedList
source§fn clone(&self) -> UnorderedList
fn clone(&self) -> UnorderedList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnorderedList
impl Debug for UnorderedList
source§impl Default for UnorderedList
impl Default for UnorderedList
source§fn default() -> UnorderedList
fn default() -> UnorderedList
Returns the “default value” for a type. Read more
source§impl Deref for UnorderedList
impl Deref for UnorderedList
source§impl DerefMut for UnorderedList
impl DerefMut for UnorderedList
source§impl Display for UnorderedList
impl Display for UnorderedList
source§impl PartialEq<UnorderedList> for UnorderedList
impl PartialEq<UnorderedList> for UnorderedList
source§fn eq(&self, other: &UnorderedList) -> bool
fn eq(&self, other: &UnorderedList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<UnorderedList> for UnorderedList
impl PartialOrd<UnorderedList> for UnorderedList
source§fn partial_cmp(&self, other: &UnorderedList) -> Option<Ordering>
fn partial_cmp(&self, other: &UnorderedList) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more