pub struct DirResult {
pub path: String,
pub is_file: bool,
}
Fields§
§path: String
§is_file: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirResult
impl RefUnwindSafe for DirResult
impl Send for DirResult
impl Sync for DirResult
impl Unpin for DirResult
impl UnwindSafe for DirResult
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