Enum r3bl_rs_utils::HeadingLevel 
source · #[repr(u8)]pub enum HeadingLevel {
    Heading1 = 1,
    Heading2 = 2,
    Heading3 = 3,
    Heading4 = 4,
    Heading5 = 5,
    Heading6 = 6,
}Variants§
Trait Implementations§
source§impl Clone for HeadingLevel
 
impl Clone for HeadingLevel
source§fn clone(&self) -> HeadingLevel
 
fn clone(&self) -> HeadingLevel
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 HeadingLevel
 
impl Debug for HeadingLevel
source§impl From<usize> for HeadingLevel
 
impl From<usize> for HeadingLevel
source§fn from(size: usize) -> HeadingLevel
 
fn from(size: usize) -> HeadingLevel
Converts to this type from the input type.
source§impl PartialEq for HeadingLevel
 
impl PartialEq for HeadingLevel
source§fn eq(&self, other: &HeadingLevel) -> bool
 
fn eq(&self, other: &HeadingLevel) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PrettyPrintDebug for HeadingLevel
 
impl PrettyPrintDebug for HeadingLevel
fn pretty_print_debug(&self) -> String
impl Copy for HeadingLevel
impl StructuralPartialEq for HeadingLevel
Auto Trait Implementations§
impl RefUnwindSafe for HeadingLevel
impl Send for HeadingLevel
impl Sync for HeadingLevel
impl Unpin for HeadingLevel
impl UnwindSafe for HeadingLevel
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