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§
impl StructuralPartialEq for ColExpr
Auto Trait Implementations§
impl Freeze for ColExpr
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