pub struct Glm41vThinkingFlash;Trait Implementations§
Source§impl ChatModel for Glm41vThinkingFlash
impl ChatModel for Glm41vThinkingFlash
const ID: &'static str = "glm-4.1v-thinking-flash"
const CAPABILITIES: ModelCapabilities
Source§impl Clone for Glm41vThinkingFlash
impl Clone for Glm41vThinkingFlash
Source§fn clone(&self) -> Glm41vThinkingFlash
fn clone(&self) -> Glm41vThinkingFlash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Glm41vThinkingFlash
Source§impl Debug for Glm41vThinkingFlash
impl Debug for Glm41vThinkingFlash
Source§impl Default for Glm41vThinkingFlash
impl Default for Glm41vThinkingFlash
Source§fn default() -> Glm41vThinkingFlash
fn default() -> Glm41vThinkingFlash
Returns the “default value” for a type. Read more
impl Eq for Glm41vThinkingFlash
Source§impl PartialEq for Glm41vThinkingFlash
impl PartialEq for Glm41vThinkingFlash
impl StructuralPartialEq for Glm41vThinkingFlash
impl SupportsThinking for Glm41vThinkingFlash
impl SupportsTools for Glm41vThinkingFlash
impl VisionChatModel for Glm41vThinkingFlash
Auto Trait Implementations§
impl Freeze for Glm41vThinkingFlash
impl RefUnwindSafe for Glm41vThinkingFlash
impl Send for Glm41vThinkingFlash
impl Sync for Glm41vThinkingFlash
impl Unpin for Glm41vThinkingFlash
impl UnsafeUnpin for Glm41vThinkingFlash
impl UnwindSafe for Glm41vThinkingFlash
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