#[repr(transparent)]pub struct LabelReferenceRange(_);Implementations
sourceimpl LabelReferenceRange
impl LabelReferenceRange
pub fn command(&self) -> Option<SyntaxToken>
pub fn from(&self) -> Option<CurlyGroupWord>
pub fn to(&self) -> Option<CurlyGroupWord>
Trait Implementations
sourceimpl AstNode for LabelReferenceRange
impl AstNode for LabelReferenceRange
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 LabelReferenceRange
impl Clone for LabelReferenceRange
sourcefn clone(&self) -> LabelReferenceRange
fn clone(&self) -> LabelReferenceRange
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 LabelReferenceRange
impl !Send for LabelReferenceRange
impl !Sync for LabelReferenceRange
impl Unpin for LabelReferenceRange
impl !UnwindSafe for LabelReferenceRange
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