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