pub struct PathNode { /* private fields */ }Implementations§
Source§impl PathNode
impl PathNode
pub fn node_identifier(&self) -> &NodeIdentifier
pub fn path_predicate(&self) -> &Vec<PathPredicate>
Trait Implementations§
impl StructuralPartialEq for PathNode
Auto Trait Implementations§
impl Freeze for PathNode
impl RefUnwindSafe for PathNode
impl Send for PathNode
impl Sync for PathNode
impl Unpin for PathNode
impl UnwindSafe for PathNode
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