#[repr(transparent)]pub struct End(_);Implementations
sourceimpl End
impl End
pub fn command(&self) -> Option<SyntaxToken>
pub fn name(&self) -> Option<CurlyGroupWord>
Trait Implementations
sourceimpl AstNode for End
impl AstNode for End
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
Auto Trait Implementations
impl !RefUnwindSafe for End
impl !Send for End
impl !Sync for End
impl Unpin for End
impl !UnwindSafe for End
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