pub struct DeepSeekV1;
Trait Implementations§
Source§impl ModelValidation for DeepSeekV1
impl ModelValidation for DeepSeekV1
Auto Trait Implementations§
impl Freeze for DeepSeekV1
impl RefUnwindSafe for DeepSeekV1
impl Send for DeepSeekV1
impl Sync for DeepSeekV1
impl Unpin for DeepSeekV1
impl UnwindSafe for DeepSeekV1
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