pub struct OntologyFile {
pub path: PathBuf,
pub format: OntologyFormat,
pub content_hash: String,
pub modified_time: u64,
pub size_bytes: u64,
}Fields§
§path: PathBuf§format: OntologyFormat§content_hash: String§modified_time: u64§size_bytes: u64Trait Implementations§
Source§impl Clone for OntologyFile
impl Clone for OntologyFile
Source§fn clone(&self) -> OntologyFile
fn clone(&self) -> OntologyFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OntologyFile
impl RefUnwindSafe for OntologyFile
impl Send for OntologyFile
impl Sync for OntologyFile
impl Unpin for OntologyFile
impl UnsafeUnpin for OntologyFile
impl UnwindSafe for OntologyFile
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