pub struct Glm46;Trait Implementations§
Source§impl ChatModel for Glm46
impl ChatModel for Glm46
const ID: &'static str = "glm-4.6"
const CAPABILITIES: ModelCapabilities
impl Copy for Glm46
impl Eq for Glm46
impl StructuralPartialEq for Glm46
impl SupportsThinking for Glm46
impl SupportsToolStream for Glm46
impl SupportsTools for Glm46
impl TextChatModel for Glm46
Auto Trait Implementations§
impl Freeze for Glm46
impl RefUnwindSafe for Glm46
impl Send for Glm46
impl Sync for Glm46
impl Unpin for Glm46
impl UnsafeUnpin for Glm46
impl UnwindSafe for Glm46
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