pub struct FileExists;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileExists
impl RefUnwindSafe for FileExists
impl Send for FileExists
impl Sync for FileExists
impl Unpin for FileExists
impl UnwindSafe for FileExists
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