pub enum MetadataPredicate {
Filesize(Bound),
Executable(),
Dir(),
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for MetadataPredicate
impl Debug for MetadataPredicate
Source§impl Display for MetadataPredicate
impl Display for MetadataPredicate
Source§impl PartialEq for MetadataPredicate
impl PartialEq for MetadataPredicate
impl Eq for MetadataPredicate
impl StructuralPartialEq for MetadataPredicate
Auto Trait Implementations§
impl Freeze for MetadataPredicate
impl RefUnwindSafe for MetadataPredicate
impl Send for MetadataPredicate
impl Sync for MetadataPredicate
impl Unpin for MetadataPredicate
impl UnwindSafe for MetadataPredicate
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