#[repr(C)]enum InteractiveHtmlBomHighlightPin1Mode {
None = 0,
Selected = 1,
All = 2,
}
Expand description
Wrapper for [HighlightPin1Mode]
Variants§
Trait Implementations§
Source§impl Clone for InteractiveHtmlBomHighlightPin1Mode
impl Clone for InteractiveHtmlBomHighlightPin1Mode
Source§fn clone(&self) -> InteractiveHtmlBomHighlightPin1Mode
fn clone(&self) -> InteractiveHtmlBomHighlightPin1Mode
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 From<InteractiveHtmlBomHighlightPin1Mode> for HighlightPin1Mode
impl From<InteractiveHtmlBomHighlightPin1Mode> for HighlightPin1Mode
Source§fn from(val: InteractiveHtmlBomHighlightPin1Mode) -> Self
fn from(val: InteractiveHtmlBomHighlightPin1Mode) -> Self
Converts to this type from the input type.
impl Copy for InteractiveHtmlBomHighlightPin1Mode
Auto Trait Implementations§
impl Freeze for InteractiveHtmlBomHighlightPin1Mode
impl RefUnwindSafe for InteractiveHtmlBomHighlightPin1Mode
impl Send for InteractiveHtmlBomHighlightPin1Mode
impl Sync for InteractiveHtmlBomHighlightPin1Mode
impl Unpin for InteractiveHtmlBomHighlightPin1Mode
impl UnwindSafe for InteractiveHtmlBomHighlightPin1Mode
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