pub struct HeaderLevel(/* private fields */);
Expand description
The level of a header.
Implementations§
Trait Implementations§
Source§impl Clone for HeaderLevel
impl Clone for HeaderLevel
Source§fn clone(&self) -> HeaderLevel
fn clone(&self) -> HeaderLevel
Returns a duplicate 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 HeaderLevel
impl Debug for HeaderLevel
Source§impl<T> From<T> for HeaderLevelwhere
T: ToUsize,
impl<T> From<T> for HeaderLevelwhere
T: ToUsize,
Source§impl PartialEq for HeaderLevel
impl PartialEq for HeaderLevel
impl Eq for HeaderLevel
impl StructuralPartialEq for HeaderLevel
Auto Trait Implementations§
impl Freeze for HeaderLevel
impl RefUnwindSafe for HeaderLevel
impl Send for HeaderLevel
impl Sync for HeaderLevel
impl Unpin for HeaderLevel
impl UnwindSafe for HeaderLevel
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