pub enum ModelFileFormat {
Safetensors,
}Expand description
The model file format enumeration.
Variants§
Safetensors
The safetensors format.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModelFileFormat
impl RefUnwindSafe for ModelFileFormat
impl Send for ModelFileFormat
impl Sync for ModelFileFormat
impl Unpin for ModelFileFormat
impl UnwindSafe for ModelFileFormat
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