pub struct HuggingFaceFileCacheStatus {
pub available: bool,
pub on_disk_file_size_bytes: Option<u64>,
}Fields§
§available: bool§on_disk_file_size_bytes: Option<u64>Implementations§
Auto Trait Implementations§
impl Freeze for HuggingFaceFileCacheStatus
impl RefUnwindSafe for HuggingFaceFileCacheStatus
impl Send for HuggingFaceFileCacheStatus
impl Sync for HuggingFaceFileCacheStatus
impl Unpin for HuggingFaceFileCacheStatus
impl UnsafeUnpin for HuggingFaceFileCacheStatus
impl UnwindSafe for HuggingFaceFileCacheStatus
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