pub struct ModelHandle {
pub manifest: ModelManifest,
pub local_path: PathBuf,
}Fields§
§manifest: ModelManifest§local_path: PathBufAuto Trait Implementations§
impl Freeze for ModelHandle
impl RefUnwindSafe for ModelHandle
impl Send for ModelHandle
impl Sync for ModelHandle
impl Unpin for ModelHandle
impl UnwindSafe for ModelHandle
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