pub struct PathPredicate { /* private fields */ }Expand description
“path-predicate”.
Implementations§
Source§impl PathPredicate
impl PathPredicate
pub fn path_equality_expr(&self) -> &PathEqualityExpr
Trait Implementations§
Source§impl Clone for PathPredicate
impl Clone for PathPredicate
Source§fn clone(&self) -> PathPredicate
fn clone(&self) -> PathPredicate
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 PathPredicate
impl Debug for PathPredicate
Source§impl FromStr for PathPredicate
impl FromStr for PathPredicate
Source§impl PartialEq for PathPredicate
impl PartialEq for PathPredicate
impl StructuralPartialEq for PathPredicate
Auto Trait Implementations§
impl Freeze for PathPredicate
impl RefUnwindSafe for PathPredicate
impl Send for PathPredicate
impl Sync for PathPredicate
impl Unpin for PathPredicate
impl UnwindSafe for PathPredicate
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