Struct language2::HighlightId
source · pub struct HighlightId(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl HighlightId
impl HighlightId
pub fn is_default(&self) -> bool
pub fn style(&self, theme: &SyntaxTheme) -> Option<HighlightStyle>
pub fn name<'a>(&self, theme: &'a SyntaxTheme) -> Option<&'a str>
Trait Implementations§
source§impl Clone for HighlightId
impl Clone for HighlightId
source§fn clone(&self) -> HighlightId
fn clone(&self) -> HighlightId
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 HighlightId
impl Debug for HighlightId
source§impl Default for HighlightId
impl Default for HighlightId
source§impl PartialEq<HighlightId> for HighlightId
impl PartialEq<HighlightId> for HighlightId
source§fn eq(&self, other: &HighlightId) -> bool
fn eq(&self, other: &HighlightId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HighlightId
impl Eq for HighlightId
impl StructuralEq for HighlightId
impl StructuralPartialEq for HighlightId
Auto Trait Implementations§
impl RefUnwindSafe for HighlightId
impl Send for HighlightId
impl Sync for HighlightId
impl Unpin for HighlightId
impl UnwindSafe for HighlightId
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere T: Default + PartialEq<T> + Copy,
source§fn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.