pub struct LatexCommand(/* private fields */);Implementations§
Trait Implementations§
Source§impl AstNode for LatexCommand
impl AstNode for LatexCommand
type Language = PanacheLanguage
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for LatexCommand
impl Clone for LatexCommand
Source§fn clone(&self) -> LatexCommand
fn clone(&self) -> LatexCommand
Returns a duplicate 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 LatexCommand
impl Debug for LatexCommand
Source§impl Hash for LatexCommand
impl Hash for LatexCommand
Source§impl PartialEq for LatexCommand
impl PartialEq for LatexCommand
impl Eq for LatexCommand
impl StructuralPartialEq for LatexCommand
Auto Trait Implementations§
impl Freeze for LatexCommand
impl !RefUnwindSafe for LatexCommand
impl !Send for LatexCommand
impl !Sync for LatexCommand
impl Unpin for LatexCommand
impl UnsafeUnpin for LatexCommand
impl !UnwindSafe for LatexCommand
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