pub struct IdentifiedFile {
pub file_type: FileType,
pub file: File,
pub storage_id: Option<StorageId>,
pub path: PathBuf,
}Fields§
§file_type: FileType§file: File§storage_id: Option<StorageId>§path: PathBufAuto Trait Implementations§
impl Freeze for IdentifiedFile
impl RefUnwindSafe for IdentifiedFile
impl Send for IdentifiedFile
impl Sync for IdentifiedFile
impl Unpin for IdentifiedFile
impl UnwindSafe for IdentifiedFile
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