pub struct DeepSeekModelList {
pub object: Option<String>,
pub data: Vec<DeepSeekModel>,
}Fields§
§object: Option<String>§data: Vec<DeepSeekModel>Trait Implementations§
Source§impl Clone for DeepSeekModelList
impl Clone for DeepSeekModelList
Source§fn clone(&self) -> DeepSeekModelList
fn clone(&self) -> DeepSeekModelList
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 moreSource§impl Debug for DeepSeekModelList
impl Debug for DeepSeekModelList
Source§impl<'de> Deserialize<'de> for DeepSeekModelList
impl<'de> Deserialize<'de> for DeepSeekModelList
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 DeepSeekModelList
impl PartialEq for DeepSeekModelList
Source§impl Serialize for DeepSeekModelList
impl Serialize for DeepSeekModelList
impl StructuralPartialEq for DeepSeekModelList
Auto Trait Implementations§
impl Freeze for DeepSeekModelList
impl RefUnwindSafe for DeepSeekModelList
impl Send for DeepSeekModelList
impl Sync for DeepSeekModelList
impl Unpin for DeepSeekModelList
impl UnsafeUnpin for DeepSeekModelList
impl UnwindSafe for DeepSeekModelList
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