Struct cairo_lang_syntax::node::ast::UsePathSingle
source · pub struct UsePathSingle { /* private fields */ }
Implementations§
source§impl UsePathSingle
impl UsePathSingle
pub const INDEX_IDENT: usize = 0usize
pub const INDEX_COLON_COLON: usize = 1usize
pub const INDEX_USE_PATH: usize = 2usize
pub fn new_green( db: &dyn SyntaxGroup, ident: PathSegmentGreen, colon_colon: TerminalColonColonGreen, use_path: UsePathGreen ) -> UsePathSingleGreen
source§impl UsePathSingle
impl UsePathSingle
pub fn ident(&self, db: &dyn SyntaxGroup) -> PathSegment
pub fn colon_colon(&self, db: &dyn SyntaxGroup) -> TerminalColonColon
pub fn use_path(&self, db: &dyn SyntaxGroup) -> UsePath
Trait Implementations§
source§impl Clone for UsePathSingle
impl Clone for UsePathSingle
source§fn clone(&self) -> UsePathSingle
fn clone(&self) -> UsePathSingle
Returns a copy 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 UsePathSingle
impl Debug for UsePathSingle
source§impl Hash for UsePathSingle
impl Hash for UsePathSingle
source§impl PartialEq for UsePathSingle
impl PartialEq for UsePathSingle
source§fn eq(&self, other: &UsePathSingle) -> bool
fn eq(&self, other: &UsePathSingle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TypedSyntaxNode for UsePathSingle
impl TypedSyntaxNode for UsePathSingle
source§const OPTIONAL_KIND: Option<SyntaxKind> = _
const OPTIONAL_KIND: Option<SyntaxKind> = _
The relevant SyntaxKind. None for enums.
type StablePtr = UsePathSinglePtr
type Green = UsePathSingleGreen
fn missing(db: &dyn SyntaxGroup) -> Self::Green
fn from_syntax_node(db: &dyn SyntaxGroup, node: SyntaxNode) -> Self
fn as_syntax_node(&self) -> SyntaxNode
fn stable_ptr(&self) -> Self::StablePtr
impl Eq for UsePathSingle
impl StructuralEq for UsePathSingle
impl StructuralPartialEq for UsePathSingle
Auto Trait Implementations§
impl RefUnwindSafe for UsePathSingle
impl Send for UsePathSingle
impl Sync for UsePathSingle
impl Unpin for UsePathSingle
impl UnwindSafe for UsePathSingle
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.