pub struct ColExpr { /* private fields */ }Expand description
A leaf in the filter expression tree, an expression which may return true or false for any filesystem
Implementations§
Trait Implementations§
source§impl FromStr for ColExpr
impl FromStr for ColExpr
§type Err = ParseExprError
type Err = ParseExprError
The associated error which can be returned from parsing.
source§impl PartialEq<ColExpr> for ColExpr
impl PartialEq<ColExpr> for ColExpr
impl StructuralPartialEq for ColExpr
Auto Trait Implementations§
impl RefUnwindSafe for ColExpr
impl Send for ColExpr
impl Sync for ColExpr
impl Unpin for ColExpr
impl UnwindSafe for ColExpr
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