#[non_exhaustive]pub struct ModelArtifact { /* private fields */ }Expand description
A simple artifact passed to backends for model creation (POC-friendly).
Implementations§
Trait Implementations§
Source§impl Clone for ModelArtifact
impl Clone for ModelArtifact
Source§fn clone(&self) -> ModelArtifact
fn clone(&self) -> ModelArtifact
Returns a duplicate of the value. Read more
1.0.0 · 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 ModelArtifact
impl RefUnwindSafe for ModelArtifact
impl Send for ModelArtifact
impl Sync for ModelArtifact
impl Unpin for ModelArtifact
impl UnsafeUnpin for ModelArtifact
impl UnwindSafe for ModelArtifact
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