pub struct FileExistsProbe { /* private fields */ }Implementations§
Trait Implementations§
Source§impl EnvironmentProbe for FileExistsProbe
impl EnvironmentProbe for FileExistsProbe
Auto Trait Implementations§
impl Freeze for FileExistsProbe
impl RefUnwindSafe for FileExistsProbe
impl Send for FileExistsProbe
impl Sync for FileExistsProbe
impl Unpin for FileExistsProbe
impl UnsafeUnpin for FileExistsProbe
impl UnwindSafe for FileExistsProbe
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