pub struct PathFactor { /* private fields */ }Implementations§
Source§impl PathFactor
impl PathFactor
pub fn graph_pattern_qualifier(&self) -> Option<GraphPatternQualifier>
pub fn path_primary(&self) -> Option<PathPrimary>
Trait Implementations§
Source§impl AstNode for PathFactor
impl AstNode for PathFactor
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 PathFactor
impl Clone for PathFactor
Source§fn clone(&self) -> PathFactor
fn clone(&self) -> PathFactor
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 PathFactor
impl Debug for PathFactor
Source§impl Hash for PathFactor
impl Hash for PathFactor
Source§impl PartialEq for PathFactor
impl PartialEq for PathFactor
impl Eq for PathFactor
impl StructuralPartialEq for PathFactor
Auto Trait Implementations§
impl Freeze for PathFactor
impl !RefUnwindSafe for PathFactor
impl !Send for PathFactor
impl !Sync for PathFactor
impl Unpin for PathFactor
impl UnsafeUnpin for PathFactor
impl !UnwindSafe for PathFactor
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