#[repr(transparent)]pub struct ColorSetDefinition(_);Implementations
sourceimpl ColorSetDefinition
 
impl ColorSetDefinition
pub fn command(&self) -> Option<SyntaxToken>
pub fn model_list(&self) -> Option<CurlyGroupWordList>
Trait Implementations
sourceimpl AstNode for ColorSetDefinition
 
impl AstNode for ColorSetDefinition
type Language = LatexLanguage
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self> where
    Self: Sized, 
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Self
fn clone_subtree(&self) -> Self
sourceimpl Clone for ColorSetDefinition
 
impl Clone for ColorSetDefinition
sourcefn clone(&self) -> ColorSetDefinition
 
fn clone(&self) -> ColorSetDefinition
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 more
Auto Trait Implementations
impl !RefUnwindSafe for ColorSetDefinition
impl !Send for ColorSetDefinition
impl !Sync for ColorSetDefinition
impl Unpin for ColorSetDefinition
impl !UnwindSafe for ColorSetDefinition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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