pub enum AutomationHeadingLevel {
Level1,
Level2,
Level3,
Level4,
Level5,
Level6,
Level7,
Level8,
Level9,
}Variants§
Trait Implementations§
Source§impl Clone for AutomationHeadingLevel
impl Clone for AutomationHeadingLevel
Source§fn clone(&self) -> AutomationHeadingLevel
fn clone(&self) -> AutomationHeadingLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AutomationHeadingLevel
Source§impl Debug for AutomationHeadingLevel
impl Debug for AutomationHeadingLevel
impl Eq for AutomationHeadingLevel
Source§impl Hash for AutomationHeadingLevel
impl Hash for AutomationHeadingLevel
Source§impl PartialEq for AutomationHeadingLevel
impl PartialEq for AutomationHeadingLevel
impl StructuralPartialEq for AutomationHeadingLevel
Auto Trait Implementations§
impl Freeze for AutomationHeadingLevel
impl RefUnwindSafe for AutomationHeadingLevel
impl Send for AutomationHeadingLevel
impl Sync for AutomationHeadingLevel
impl Unpin for AutomationHeadingLevel
impl UnsafeUnpin for AutomationHeadingLevel
impl UnwindSafe for AutomationHeadingLevel
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