Struct html_sys::sections::Navigation
source · #[non_exhaustive]pub struct Navigation { /* private fields */ }
Expand description
The HTML <nav>
element
Trait Implementations§
source§fn clone(&self) -> Navigation
fn clone(&self) -> Navigation
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§fn default() -> Navigation
fn default() -> Navigation
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &Navigation) -> bool
fn eq(&self, other: &Navigation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§fn partial_cmp(&self, other: &Navigation) -> Option<Ordering>
fn partial_cmp(&self, other: &Navigation) -> 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