pub struct AiModelCacheManifestFile {
pub path: String,
pub sha256_hex: String,
pub size_bytes: u64,
}Fields§
§path: String§sha256_hex: String§size_bytes: u64Trait Implementations§
Source§impl Clone for AiModelCacheManifestFile
impl Clone for AiModelCacheManifestFile
Source§fn clone(&self) -> AiModelCacheManifestFile
fn clone(&self) -> AiModelCacheManifestFile
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 moreSource§impl Debug for AiModelCacheManifestFile
impl Debug for AiModelCacheManifestFile
impl Eq for AiModelCacheManifestFile
Source§impl PartialEq for AiModelCacheManifestFile
impl PartialEq for AiModelCacheManifestFile
Source§fn eq(&self, other: &AiModelCacheManifestFile) -> bool
fn eq(&self, other: &AiModelCacheManifestFile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AiModelCacheManifestFile
Auto Trait Implementations§
impl Freeze for AiModelCacheManifestFile
impl RefUnwindSafe for AiModelCacheManifestFile
impl Send for AiModelCacheManifestFile
impl Sync for AiModelCacheManifestFile
impl Unpin for AiModelCacheManifestFile
impl UnsafeUnpin for AiModelCacheManifestFile
impl UnwindSafe for AiModelCacheManifestFile
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