Struct cobalt::cobalt_model::SyntaxHighlight
source · Fields
theme: Stringenabled: boolTrait Implementations
sourceimpl Clone for SyntaxHighlight
impl Clone for SyntaxHighlight
sourcefn clone(&self) -> SyntaxHighlight
fn clone(&self) -> SyntaxHighlight
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SyntaxHighlight
impl Debug for SyntaxHighlight
sourceimpl Default for SyntaxHighlight
impl Default for SyntaxHighlight
sourceimpl<'de> Deserialize<'de> for SyntaxHighlightwhere
SyntaxHighlight: Default,
impl<'de> Deserialize<'de> for SyntaxHighlightwhere
SyntaxHighlight: Default,
sourcefn 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
sourceimpl PartialEq<SyntaxHighlight> for SyntaxHighlight
impl PartialEq<SyntaxHighlight> for SyntaxHighlight
sourcefn eq(&self, other: &SyntaxHighlight) -> bool
fn eq(&self, other: &SyntaxHighlight) -> bool
sourceimpl Serialize for SyntaxHighlight
impl Serialize for SyntaxHighlight
impl StructuralPartialEq for SyntaxHighlight
Auto Trait Implementations
impl RefUnwindSafe for SyntaxHighlight
impl Send for SyntaxHighlight
impl Sync for SyntaxHighlight
impl Unpin for SyntaxHighlight
impl UnwindSafe for SyntaxHighlight
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more