pub struct PathExistsRule { /* private fields */ }Expand description
Rule that checks if a path exists.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathExistsRule
impl RefUnwindSafe for PathExistsRule
impl Send for PathExistsRule
impl Sync for PathExistsRule
impl Unpin for PathExistsRule
impl UnsafeUnpin for PathExistsRule
impl UnwindSafe for PathExistsRule
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