pub struct GGUFComponents {
pub base_name: Option<String>,
pub size_label: Option<String>,
pub fine_tune: Option<String>,
pub version: String,
pub encoding: Option<String>,
pub type_field: Option<String>,
pub shard: Option<String>,
}Fields§
§base_name: Option<String>§size_label: Option<String>§fine_tune: Option<String>§version: String§encoding: Option<String>§type_field: Option<String>§shard: Option<String>Trait Implementations§
Source§impl Debug for GGUFComponents
impl Debug for GGUFComponents
Source§impl<'de> Deserialize<'de> for GGUFComponents
impl<'de> Deserialize<'de> for GGUFComponents
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GGUFComponents
impl PartialEq for GGUFComponents
Source§fn eq(&self, other: &GGUFComponents) -> bool
fn eq(&self, other: &GGUFComponents) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GGUFComponents
impl Serialize for GGUFComponents
impl StructuralPartialEq for GGUFComponents
Auto Trait Implementations§
impl Freeze for GGUFComponents
impl RefUnwindSafe for GGUFComponents
impl Send for GGUFComponents
impl Sync for GGUFComponents
impl Unpin for GGUFComponents
impl UnsafeUnpin for GGUFComponents
impl UnwindSafe for GGUFComponents
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