pub struct ModelFile {
pub filename: &'static str,
pub url: &'static str,
pub sha256: &'static str,
}Expand description
One pinned, checksummed model artifact.
Fields§
§filename: &'static str§url: &'static str§sha256: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for ModelFile
impl RefUnwindSafe for ModelFile
impl Send for ModelFile
impl Sync for ModelFile
impl Unpin for ModelFile
impl UnsafeUnpin for ModelFile
impl UnwindSafe for ModelFile
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