#[repr(transparent)]pub struct CurlyGroupCommand(_);Implementations
sourceimpl CurlyGroupCommand
 
impl CurlyGroupCommand
pub fn command(&self) -> Option<SyntaxToken>
Trait Implementations
sourceimpl AstNode for CurlyGroupCommand
 
impl AstNode for CurlyGroupCommand
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 CurlyGroupCommand
 
impl Clone for CurlyGroupCommand
sourcefn clone(&self) -> CurlyGroupCommand
 
fn clone(&self) -> CurlyGroupCommand
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
sourceimpl HasCurly for CurlyGroupCommand
 
impl HasCurly for CurlyGroupCommand
fn left_curly(&self) -> Option<SyntaxToken>
fn right_curly(&self) -> Option<SyntaxToken>
fn content_text(&self) -> Option<String>
Auto Trait Implementations
impl !RefUnwindSafe for CurlyGroupCommand
impl !Send for CurlyGroupCommand
impl !Sync for CurlyGroupCommand
impl Unpin for CurlyGroupCommand
impl !UnwindSafe for CurlyGroupCommand
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