pub enum SyntectTheme {
Base16EightiesDark,
Base16MochaDark,
Base16OceanDark,
Base16OceanLight,
InspiredGitHub,
SolarizedDark,
SolarizedLight,
}Variants§
Base16EightiesDark
Base16MochaDark
Base16OceanDark
Base16OceanLight
InspiredGitHub
SolarizedDark
SolarizedLight
Implementations§
Source§impl SyntectTheme
impl SyntectTheme
Trait Implementations§
Source§impl Clone for SyntectTheme
impl Clone for SyntectTheme
Source§fn clone(&self) -> SyntectTheme
fn clone(&self) -> SyntectTheme
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 SyntectTheme
impl Debug for SyntectTheme
Source§impl<'de> Deserialize<'de> for SyntectTheme
impl<'de> Deserialize<'de> for SyntectTheme
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SyntectTheme
impl Display for SyntectTheme
Source§impl Hash for SyntectTheme
impl Hash for SyntectTheme
Source§impl IntoEnumIterator for SyntectTheme
impl IntoEnumIterator for SyntectTheme
type Iterator = SyntectThemeIter
fn iter() -> SyntectThemeIter ⓘ
Source§impl PartialEq for SyntectTheme
impl PartialEq for SyntectTheme
Source§impl Serialize for SyntectTheme
impl Serialize for SyntectTheme
impl Copy for SyntectTheme
impl StructuralPartialEq for SyntectTheme
Auto Trait Implementations§
impl Freeze for SyntectTheme
impl RefUnwindSafe for SyntectTheme
impl Send for SyntectTheme
impl Sync for SyntectTheme
impl Unpin for SyntectTheme
impl UnwindSafe for SyntectTheme
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
Source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.