pub struct OntFile {
pub file: PathBuf,
pub mime_type: Type,
}
Fields§
§file: PathBuf
§mime_type: Type
Auto Trait Implementations§
impl Freeze for OntFile
impl RefUnwindSafe for OntFile
impl Send for OntFile
impl Sync for OntFile
impl Unpin for OntFile
impl UnwindSafe for OntFile
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