pub enum HeaderRuleType {
FontSize,
FontWeight,
Capitalization,
Positioning,
Numbering,
}Variants§
Trait Implementations§
Source§impl Clone for HeaderRuleType
impl Clone for HeaderRuleType
Source§fn clone(&self) -> HeaderRuleType
fn clone(&self) -> HeaderRuleType
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 HeaderRuleType
impl Debug for HeaderRuleType
impl Copy for HeaderRuleType
Auto Trait Implementations§
impl Freeze for HeaderRuleType
impl RefUnwindSafe for HeaderRuleType
impl Send for HeaderRuleType
impl Sync for HeaderRuleType
impl Unpin for HeaderRuleType
impl UnwindSafe for HeaderRuleType
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